From b0602826c56ef623916e5efced87a1c0c6195ab8 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Wed, 2 Oct 2019 21:17:29 +0300 Subject: [PATCH] Revert "Slightly move scheduled button icon" This reverts commit ccaf4335976adf77498fe7d08fe4f21a3169efce. --- Telegram/SourceFiles/history/history.style | 2 ++ 1 file changed, 2 insertions(+) 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;