mirror of https://github.com/procxx/kepka.git
Improve manage group box styles.
This commit is contained in:
parent
aede79640d
commit
d48cafe1a3
|
@ -718,7 +718,8 @@ adminLogFilterUserCheckbox: Checkbox(defaultBoxCheckbox) {
|
||||||
checkPosition: point(8px, 6px);
|
checkPosition: point(8px, 6px);
|
||||||
}
|
}
|
||||||
|
|
||||||
rightsCheckbox: Checkbox(defaultBoxCheckbox) {
|
rightsCheckbox: Checkbox(defaultCheckbox) {
|
||||||
|
textPosition: point(10px, 1px);
|
||||||
rippleBg: attentionButtonBgOver;
|
rippleBg: attentionButtonBgOver;
|
||||||
}
|
}
|
||||||
rightsToggle: Toggle(defaultToggle) {
|
rightsToggle: Toggle(defaultToggle) {
|
||||||
|
|
|
@ -460,7 +460,7 @@ void EditRestrictedBox::createUntilVariants() {
|
||||||
_untilGroup,
|
_untilGroup,
|
||||||
value,
|
value,
|
||||||
text,
|
text,
|
||||||
st::defaultBoxCheckbox),
|
st::defaultCheckbox),
|
||||||
st::rightsToggleMargin));
|
st::rightsToggleMargin));
|
||||||
if (!canSave()) {
|
if (!canSave()) {
|
||||||
_untilVariants.back()->setDisabled(true);
|
_untilVariants.back()->setDisabled(true);
|
||||||
|
|
|
@ -587,7 +587,6 @@ managePeerButton: InfoProfileCountButton {
|
||||||
iconPosition: point(20px, 5px);
|
iconPosition: point(20px, 5px);
|
||||||
label: FlatLabel(defaultFlatLabel) {
|
label: FlatLabel(defaultFlatLabel) {
|
||||||
textFg: windowActiveTextFg;
|
textFg: windowActiveTextFg;
|
||||||
style: semiboldTextStyle;
|
|
||||||
}
|
}
|
||||||
labelPosition: point(25px, 12px);
|
labelPosition: point(25px, 12px);
|
||||||
}
|
}
|
||||||
|
@ -599,11 +598,9 @@ peerPermissionsButton: InfoProfileCountButton(managePeerButton) {
|
||||||
iconPosition: point(24px, 5px);
|
iconPosition: point(24px, 5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
manageGroupButton: InfoProfileCountButton(managePeerButton) {
|
manageGroupButton: InfoProfileCountButton(managePeerButton) {
|
||||||
button: InfoProfileButton(infoProfileButton) {
|
button: InfoProfileButton(infoProfileButton) {
|
||||||
padding: margins(72px, 10px, 24px, 8px);
|
padding: margins(72px, 10px, 24px, 8px);
|
||||||
font: font(14px);
|
|
||||||
}
|
}
|
||||||
labelPosition: point(22px, 12px);
|
labelPosition: point(22px, 12px);
|
||||||
iconPosition: point(20px, 4px);
|
iconPosition: point(20px, 4px);
|
||||||
|
@ -612,7 +609,6 @@ manageGroupButton: InfoProfileCountButton(managePeerButton) {
|
||||||
manageGroupTopButtonWithText: InfoProfileCountButton(manageGroupButton) {
|
manageGroupTopButtonWithText: InfoProfileCountButton(manageGroupButton) {
|
||||||
button: InfoProfileButton(infoProfileButton) {
|
button: InfoProfileButton(infoProfileButton) {
|
||||||
padding: margins(22px, 10px, 24px, 8px);
|
padding: margins(22px, 10px, 24px, 8px);
|
||||||
font: font(14px);
|
|
||||||
}
|
}
|
||||||
labelPosition: point(22px, 11px);
|
labelPosition: point(22px, 11px);
|
||||||
iconPosition: point(0px, 0px);
|
iconPosition: point(0px, 0px);
|
||||||
|
@ -621,7 +617,6 @@ manageGroupTopButtonWithText: InfoProfileCountButton(manageGroupButton) {
|
||||||
manageDeleteGroupButton: InfoProfileCountButton(manageGroupTopButtonWithText) {
|
manageDeleteGroupButton: InfoProfileCountButton(manageGroupTopButtonWithText) {
|
||||||
button: InfoProfileButton(infoProfileButton) {
|
button: InfoProfileButton(infoProfileButton) {
|
||||||
padding: margins(25px, 11px, 24px, 8px);
|
padding: margins(25px, 11px, 24px, 8px);
|
||||||
font: font(14px);
|
|
||||||
textFg: attentionButtonFg;
|
textFg: attentionButtonFg;
|
||||||
textFgOver: attentionButtonFg;
|
textFgOver: attentionButtonFg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue