mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
De-duplicate icon for checklist task adding.
This commit is contained in:
|
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) {
|
||||
width: 24px;
|
||||
height: 36px;
|
||||
icon: icon{{ "info/edit/stickers_add", historyComposeIconFg }};
|
||||
iconOver: icon{{ "info/edit/stickers_add", historyComposeIconFgOver }};
|
||||
icon: icon{{ "menu/add", historyComposeIconFg }};
|
||||
iconOver: icon{{ "menu/add", historyComposeIconFgOver }};
|
||||
}
|
||||
manageGroupReactionsField: InputField(defaultInputField) {
|
||||
textMargins: margins(1px, 12px, 24px, 8px);
|
||||
|
||||
@@ -185,6 +185,7 @@ menuIconPayment: icon {{ "payments/payment_card", menuIconColor }};
|
||||
menuIconOrderPrice: icon {{ "menu/order_price", menuIconColor }};
|
||||
menuIconOrderDate: icon {{ "menu/order_date", menuIconColor }};
|
||||
menuIconOrderNumber: icon {{ "menu/order_number", menuIconColor }};
|
||||
menuIconAdd: icon{{ "menu/add", menuIconColor }};
|
||||
|
||||
menuIconTTLAny: icon {{ "menu/auto_delete_plain", menuIconColor }};
|
||||
menuIconTTLAnyTextPosition: point(11px, 22px);
|
||||
|
||||
Reference in New Issue
Block a user