diff --git a/Telegram/SourceFiles/history/history.style b/Telegram/SourceFiles/history/history.style index afe718d1d..e0ef7cae5 100644 --- a/Telegram/SourceFiles/history/history.style +++ b/Telegram/SourceFiles/history/history.style @@ -281,10 +281,12 @@ historyScheduledToggle: IconButton(historyAttach) { { "send_control_scheduled", historyComposeIconFgOver }, { "send_control_scheduled_dot", attentionButtonFg } }; + iconPosition: point(-1px, -1px); } historyScheduledToggleEmpty: IconButton(historyAttach) { icon: icon {{ "send_control_scheduled_no_dot", historyComposeIconFg }}; iconOver: icon {{ "send_control_scheduled_no_dot", historyComposeIconFgOver }}; + iconPosition: point(-1px, -1px); } historyRecordVoiceFg: historyComposeIconFg; historyRecordVoiceFgOver: historyComposeIconFgOver;