mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Merge tag 'v6.4.2' into dev
This commit is contained in:
@@ -655,8 +655,8 @@ proxyCheckingAnimation: InfiniteRadialAnimation(defaultInfiniteRadialAnimation)
|
||||
thickness: 1px;
|
||||
size: size(8px, 8px);
|
||||
}
|
||||
proxyDropdownDownPosition: point(-2px, 35px);
|
||||
proxyDropdownUpPosition: point(-2px, 20px);
|
||||
proxyDropdownDownPosition: point(2px, 35px);
|
||||
proxyDropdownUpPosition: point(2px, 20px);
|
||||
|
||||
proxyAboutPadding: margins(22px, 7px, 22px, 14px);
|
||||
proxyAboutSponsorPadding: margins(22px, 7px, 22px, 0px);
|
||||
@@ -686,7 +686,7 @@ themesMenuToggle: IconButton(defaultIconButton) {
|
||||
rippleAreaSize: 36px;
|
||||
ripple: defaultRippleAnimationBgOver;
|
||||
}
|
||||
themesMenuPosition: point(-2px, 25px);
|
||||
themesMenuPosition: point(2px, 25px);
|
||||
|
||||
createPollField: InputField(defaultInputField) {
|
||||
textMargins: margins(0px, 4px, 0px, 4px);
|
||||
@@ -1165,3 +1165,20 @@ fakeUserpicButton: UserpicButton(defaultUserpicButton) {
|
||||
changeIcon: icon {{ "settings/photo", transparent }};
|
||||
uploadBg: transparent;
|
||||
}
|
||||
|
||||
moderateCommonGroupsCheckbox: RoundImageCheckbox(defaultPeerListCheckbox) {
|
||||
imageRadius: 12px;
|
||||
imageSmallRadius: 11px;
|
||||
selectWidth: 2px;
|
||||
check: RoundCheckbox(defaultPeerListCheck) {
|
||||
size: 16px;
|
||||
sizeSmall: 0.3;
|
||||
bgInactive: overviewCheckBg;
|
||||
bgActive: overviewCheckBgActive;
|
||||
check: icon {{
|
||||
"default_checkbox_check",
|
||||
overviewCheckFgActive,
|
||||
point(1px, 4px)
|
||||
}};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user