We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc16a31 commit f70951bCopy full SHA for f70951b
1 file changed
files/usr/share/cinnamon/applets/grouped-window-list@cinnamon.org/appGroup.js
@@ -388,11 +388,11 @@ class AppGroup {
388
} else {
389
alloc.natural_size = iconNaturalSize + 6 * global.ui_scale;
390
}
391
+ alloc.min_size = alloc.natural_size;
392
393
alloc.natural_size = this.state.trigger('getPanelHeight');
394
+ alloc.min_size = 1 * global.ui_scale;
395
-
- alloc.min_size = alloc.natural_size;
396
397
398
getPreferredHeight(actor, forWidth, alloc) {
0 commit comments