Fix call icon position in single column info page.

This commit is contained in:
John Preston 2019-03-24 11:31:51 +04:00
parent 672070e618
commit 2a7fdfc832
1 changed files with 1 additions and 0 deletions

View File

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