diff --git a/Telegram/SourceFiles/history/history.style b/Telegram/SourceFiles/history/history.style index e0ef7cae5..afe718d1d 100644 --- a/Telegram/SourceFiles/history/history.style +++ b/Telegram/SourceFiles/history/history.style @@ -281,12 +281,10 @@ 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;