mirror of https://github.com/procxx/kepka.git
Fix call icon position in single column info page.
This commit is contained in:
parent
672070e618
commit
2a7fdfc832
|
@ -154,6 +154,7 @@ infoNotificationsActive: icon {{
|
|||
infoTopBarCall: IconButton(infoTopBarNotifications) {
|
||||
icon: icon {{ "top_bar_call", boxTitleCloseFg }};
|
||||
iconOver: icon {{ "top_bar_call", boxTitleCloseFgOver }};
|
||||
iconPosition: point(5px, -1px);
|
||||
}
|
||||
infoTopBarSave: IconButton(infoTopBarNotifications) {
|
||||
width: 48px;
|
||||
|
|
Loading…
Reference in New Issue