From ccaf4335976adf77498fe7d08fe4f21a3169efce Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Wed, 2 Oct 2019 18:02:59 +0300 Subject: [PATCH] Slightly move scheduled button icon --- Telegram/SourceFiles/history/history.style | 2 -- 1 file changed, 2 deletions(-) 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;