Revert "Slightly move scheduled button icon"
This reverts commit ccaf433597.
This commit is contained in:
parent
e4ac5797de
commit
b0602826c5
1 changed files with 2 additions and 0 deletions
|
|
@ -281,10 +281,12 @@ historyScheduledToggle: IconButton(historyAttach) {
|
||||||
{ "send_control_scheduled", historyComposeIconFgOver },
|
{ "send_control_scheduled", historyComposeIconFgOver },
|
||||||
{ "send_control_scheduled_dot", attentionButtonFg }
|
{ "send_control_scheduled_dot", attentionButtonFg }
|
||||||
};
|
};
|
||||||
|
iconPosition: point(-1px, -1px);
|
||||||
}
|
}
|
||||||
historyScheduledToggleEmpty: IconButton(historyAttach) {
|
historyScheduledToggleEmpty: IconButton(historyAttach) {
|
||||||
icon: icon {{ "send_control_scheduled_no_dot", historyComposeIconFg }};
|
icon: icon {{ "send_control_scheduled_no_dot", historyComposeIconFg }};
|
||||||
iconOver: icon {{ "send_control_scheduled_no_dot", historyComposeIconFgOver }};
|
iconOver: icon {{ "send_control_scheduled_no_dot", historyComposeIconFgOver }};
|
||||||
|
iconPosition: point(-1px, -1px);
|
||||||
}
|
}
|
||||||
historyRecordVoiceFg: historyComposeIconFg;
|
historyRecordVoiceFg: historyComposeIconFg;
|
||||||
historyRecordVoiceFgOver: historyComposeIconFgOver;
|
historyRecordVoiceFgOver: historyComposeIconFgOver;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue