mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Improve icon padding in bot inline buttons.
This commit is contained in:
parent
2996cbc518
commit
87df42f8c1
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ historyPinnedShowAll: IconButton(historyReplyCancel) {
|
||||||
|
|
||||||
msgBotKbDuration: 200;
|
msgBotKbDuration: 200;
|
||||||
msgBotKbFont: semiboldFont;
|
msgBotKbFont: semiboldFont;
|
||||||
msgBotKbIconPadding: 2px;
|
msgBotKbIconPadding: 4px;
|
||||||
msgBotKbUrlIcon: icon {{ "inline_button_url", msgBotKbIconFg }};
|
msgBotKbUrlIcon: icon {{ "inline_button_url", msgBotKbIconFg }};
|
||||||
msgBotKbSwitchPmIcon: icon {{ "inline_button_switch", msgBotKbIconFg }};
|
msgBotKbSwitchPmIcon: icon {{ "inline_button_switch", msgBotKbIconFg }};
|
||||||
msgBotKbPaymentIcon: icon {{ "inline_button_card", msgBotKbIconFg }};
|
msgBotKbPaymentIcon: icon {{ "inline_button_card", msgBotKbIconFg }};
|
||||||
|
|
Loading…
Add table
Reference in a new issue