mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-09 05:23:17 +02:00
De-duplicate icon for checklist task adding.
This commit is contained in:
parent
a20de2515a
commit
3463916b9b
5 changed files with 3 additions and 2 deletions
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 899 B After Width: | Height: | Size: 899 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -731,8 +731,8 @@ manageDeleteGroupButton: SettingsCountButton(manageGroupNoIconButton) {
|
||||||
manageGroupReactions: IconButton(defaultIconButton) {
|
manageGroupReactions: IconButton(defaultIconButton) {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
icon: icon{{ "info/edit/stickers_add", historyComposeIconFg }};
|
icon: icon{{ "menu/add", historyComposeIconFg }};
|
||||||
iconOver: icon{{ "info/edit/stickers_add", historyComposeIconFgOver }};
|
iconOver: icon{{ "menu/add", historyComposeIconFgOver }};
|
||||||
}
|
}
|
||||||
manageGroupReactionsField: InputField(defaultInputField) {
|
manageGroupReactionsField: InputField(defaultInputField) {
|
||||||
textMargins: margins(1px, 12px, 24px, 8px);
|
textMargins: margins(1px, 12px, 24px, 8px);
|
||||||
|
|
|
@ -185,6 +185,7 @@ menuIconPayment: icon {{ "payments/payment_card", menuIconColor }};
|
||||||
menuIconOrderPrice: icon {{ "menu/order_price", menuIconColor }};
|
menuIconOrderPrice: icon {{ "menu/order_price", menuIconColor }};
|
||||||
menuIconOrderDate: icon {{ "menu/order_date", menuIconColor }};
|
menuIconOrderDate: icon {{ "menu/order_date", menuIconColor }};
|
||||||
menuIconOrderNumber: icon {{ "menu/order_number", menuIconColor }};
|
menuIconOrderNumber: icon {{ "menu/order_number", menuIconColor }};
|
||||||
|
menuIconAdd: icon{{ "menu/add", menuIconColor }};
|
||||||
|
|
||||||
menuIconTTLAny: icon {{ "menu/auto_delete_plain", menuIconColor }};
|
menuIconTTLAny: icon {{ "menu/auto_delete_plain", menuIconColor }};
|
||||||
menuIconTTLAnyTextPosition: point(11px, 22px);
|
menuIconTTLAnyTextPosition: point(11px, 22px);
|
||||||
|
|
Loading…
Add table
Reference in a new issue