Slightly move scheduled button icon
This commit is contained in:
parent
9bacf99a92
commit
ccaf433597
1 changed files with 0 additions and 2 deletions
|
|
@ -281,12 +281,10 @@ 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