mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Make caption area height bigger.
This commit is contained in:
parent
fff2ee2758
commit
51f960442e
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ autoDownloadLimitPadding: margins(22px, 8px, 22px, 8px);
|
||||||
|
|
||||||
confirmCaptionArea: InputField(defaultInputField) {
|
confirmCaptionArea: InputField(defaultInputField) {
|
||||||
textMargins: margins(1px, 26px, 31px, 4px);
|
textMargins: margins(1px, 26px, 31px, 4px);
|
||||||
heightMax: 78px;
|
heightMax: 158px;
|
||||||
}
|
}
|
||||||
confirmBg: windowBgOver;
|
confirmBg: windowBgOver;
|
||||||
confirmMaxHeight: 245px;
|
confirmMaxHeight: 245px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue