mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Create and edit proxy box.
This commit is contained in:
@@ -747,3 +747,20 @@ proxyRowEdit: IconButton(defaultIconButton) {
|
||||
color: windowBgOver;
|
||||
}
|
||||
}
|
||||
|
||||
proxyEditTitle: FlatLabel(defaultFlatLabel) {
|
||||
style: TextStyle(defaultTextStyle) {
|
||||
font: autoDownloadTitleFont;
|
||||
}
|
||||
textFg: boxTitleFg;
|
||||
}
|
||||
proxyEditTitlePadding: margins(22px, 16px, 22px, 0px);
|
||||
proxyEditTypePadding: margins(22px, 4px, 22px, 8px);
|
||||
proxyEditInputPadding: margins(22px, 0px, 22px, 0px);
|
||||
proxyEditSkip: 16px;
|
||||
|
||||
proxyEmptyListLabel: FlatLabel(defaultFlatLabel) {
|
||||
align: align(top);
|
||||
textFg: windowSubTextFg;
|
||||
}
|
||||
proxyEmptyListPadding: margins(22px, 48px, 22px, 0px);
|
||||
|
Reference in New Issue
Block a user