Skip to content

Commit f70951b

Browse files
committed
gwl: Adjust min_size setting for lateral panels
1 parent dc16a31 commit f70951b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • files/usr/share/cinnamon/applets/grouped-window-list@cinnamon.org

files/usr/share/cinnamon/applets/grouped-window-list@cinnamon.org/appGroup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,11 @@ class AppGroup {
388388
} else {
389389
alloc.natural_size = iconNaturalSize + 6 * global.ui_scale;
390390
}
391+
alloc.min_size = alloc.natural_size;
391392
} else {
392393
alloc.natural_size = this.state.trigger('getPanelHeight');
394+
alloc.min_size = 1 * global.ui_scale;
393395
}
394-
395-
alloc.min_size = alloc.natural_size;
396396
}
397397

398398
getPreferredHeight(actor, forWidth, alloc) {

0 commit comments

Comments
 (0)