Allow folders submenu to have a scroll.

This commit is contained in:
John Preston
2025-03-03 11:42:10 +04:00
parent 827040f487
commit 4121c99f36
5 changed files with 10 additions and 6 deletions
+7
View File
@@ -1127,3 +1127,10 @@ profileQrBackgroundRadius: 12px;
profileQrIcon: icon{{ "qr_mini", windowActiveTextFg }};
profileQrBackgroundMargins: margins(36px, 12px, 36px, 12px);
profileQrBackgroundPadding: margins(0px, 24px, 0px, 24px);
foldersMenu: PopupMenu(popupMenuWithIcons) {
maxHeight: 320px;
menu: Menu(menuWithIcons) {
itemPadding: margins(54px, 8px, 44px, 8px);
}
}