mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add payment button icon to the corner.
This commit is contained in:
@@ -102,6 +102,7 @@ void KeyboardStyle::paintButtonIcon(
|
||||
switch (type) {
|
||||
case Type::Url:
|
||||
case Type::Auth: return &st::msgBotKbUrlIcon;
|
||||
case Type::Buy: return &st::msgBotKbPaymentIcon;
|
||||
case Type::SwitchInlineSame:
|
||||
case Type::SwitchInline: return &st::msgBotKbSwitchPmIcon;
|
||||
}
|
||||
@@ -124,6 +125,7 @@ int KeyboardStyle::minButtonWidth(
|
||||
switch (type) {
|
||||
case Type::Url:
|
||||
case Type::Auth: iconWidth = st::msgBotKbUrlIcon.width(); break;
|
||||
case Type::Buy: iconWidth = st::msgBotKbPaymentIcon.width(); break;
|
||||
case Type::SwitchInlineSame:
|
||||
case Type::SwitchInline: iconWidth = st::msgBotKbSwitchPmIcon.width(); break;
|
||||
case Type::Callback:
|
||||
|
@@ -463,6 +463,7 @@ msgBotKbFont: semiboldFont;
|
||||
msgBotKbIconPadding: 2px;
|
||||
msgBotKbUrlIcon: icon {{ "inline_button_url", msgBotKbIconFg }};
|
||||
msgBotKbSwitchPmIcon: icon {{ "inline_button_switch", msgBotKbIconFg }};
|
||||
msgBotKbPaymentIcon: icon {{ "inline_button_card", msgBotKbIconFg }};
|
||||
msgBotKbButton: BotKeyboardButton {
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
|
Reference in New Issue
Block a user