Merge tag 'v6.4.2' into dev

This commit is contained in:
AlexeyZavar
2026-01-12 20:16:09 +03:00
227 changed files with 5144 additions and 1282 deletions
+20 -3
View File
@@ -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)
}};
}
}