mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Merge tag 'v6.5.1' into dev
This commit is contained in:
@@ -809,6 +809,18 @@ backgroundConfirmCancel: RoundButton(backgroundConfirm) {
|
||||
urlAuthCheckbox: Checkbox(defaultBoxCheckbox) {
|
||||
width: 240px;
|
||||
}
|
||||
urlAuthCheckboxAbout: FlatLabel(defaultPeerListAbout) {
|
||||
style: TextStyle(boxTextStyle) {
|
||||
font: font(12px);
|
||||
}
|
||||
}
|
||||
urlAuthBoxRowTopLabel: FlatLabel(boxLabel) {
|
||||
maxHeight: 30px;
|
||||
}
|
||||
urlAuthBoxRowBottomLabel: FlatLabel(defaultFlatLabel) {
|
||||
textFg: windowSubTextFg;
|
||||
maxHeight: 30px;
|
||||
}
|
||||
|
||||
addContactFieldMargin: margins(19px, 0px, 19px, 10px);
|
||||
addContactWarningMargin: margins(19px, 10px, 19px, 5px);
|
||||
@@ -1182,3 +1194,9 @@ moderateCommonGroupsCheckbox: RoundImageCheckbox(defaultPeerListCheckbox) {
|
||||
}};
|
||||
}
|
||||
}
|
||||
|
||||
futureOwnerBox: Box(defaultBox) {
|
||||
buttonPadding: margins(0px, 0px, 0px, 14px);
|
||||
buttonHeight: 0px;
|
||||
}
|
||||
futureOwnerBoxSelect: collectibleBox;
|
||||
|
||||
Reference in New Issue
Block a user