mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Don't limit invite import aboutRequests text.
This commit is contained in:
parent
fa28b0b405
commit
95a24d6aa1
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ confirmInviteAbout: FlatLabel(boxLabel) {
|
||||||
confirmInviteStatus: FlatLabel(confirmInviteAbout) {
|
confirmInviteStatus: FlatLabel(confirmInviteAbout) {
|
||||||
textFg: windowSubTextFg;
|
textFg: windowSubTextFg;
|
||||||
style: boxLabelStyle;
|
style: boxLabelStyle;
|
||||||
|
maxHeight: 0px;
|
||||||
}
|
}
|
||||||
confirmInviteAboutPadding: margins(36px, 4px, 36px, 10px);
|
confirmInviteAboutPadding: margins(36px, 4px, 36px, 10px);
|
||||||
confirmInviteAboutRequestsPadding: margins(36px, 9px, 36px, 15px);
|
confirmInviteAboutRequestsPadding: margins(36px, 9px, 36px, 15px);
|
||||||
|
|
Loading…
Add table
Reference in a new issue