mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Limit popup menu with who read users height.
This commit is contained in:
parent
a3e8e379dd
commit
b4bff83266
2 changed files with 2 additions and 1 deletions
|
@ -886,6 +886,7 @@ defaultWhoRead: WhoRead {
|
|||
}
|
||||
whoReadMenu: PopupMenu(defaultPopupMenu) {
|
||||
scrollPadding: margins(0px, 6px, 0px, 6px);
|
||||
maxHeight: 387px;
|
||||
menu: Menu(defaultMenu) {
|
||||
separatorPadding: margins(0px, 6px, 0px, 8px);
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 02c1bd567451152e4f15f674a21ca118421c3c3e
|
||||
Subproject commit 52718aa5dba78d710292ef8b06c28a557f5a81ad
|
Loading…
Add table
Reference in a new issue