fix positioning of the icon
This commit is contained in:
parent
e44ec05078
commit
6412fba7fd
1 changed files with 2 additions and 2 deletions
|
@ -728,9 +728,9 @@ static void layout_title(ObFrame *self)
|
|||
} else if (*lc == 'N') {
|
||||
if (firstcon) *firstcon = OB_FRAME_CONTEXT_ICON;
|
||||
if ((self->icon_on = is_button_present(self, lc, i))) {
|
||||
/* icon gets extra padding */
|
||||
/* icon is bigger than buttons */
|
||||
self->label_width -= bwidth + 2;
|
||||
self->icon_x = x + (i * 1);
|
||||
self->icon_x = x;
|
||||
x += i * (bwidth + 2);
|
||||
}
|
||||
} else if (*lc == 'D') {
|
||||
|
|
Loading…
Reference in a new issue