Revert "Slightly move scheduled button icon"

This reverts commit ccaf433597.
This commit is contained in:
Eric Kotato 2019-10-02 21:17:29 +03:00
parent e4ac5797de
commit b0602826c5

View file

@ -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;