Make caption area height bigger.

This commit is contained in:
John Preston 2020-11-19 17:42:57 +03:00
parent fff2ee2758
commit 51f960442e

View File

@ -446,7 +446,7 @@ autoDownloadLimitPadding: margins(22px, 8px, 22px, 8px);
confirmCaptionArea: InputField(defaultInputField) {
textMargins: margins(1px, 26px, 31px, 4px);
heightMax: 78px;
heightMax: 158px;
}
confirmBg: windowBgOver;
confirmMaxHeight: 245px;