titlebar: Fix titlebar_create y position
This commit is contained in:
parent
7514d55d6f
commit
58682a269e
@ -44,7 +44,7 @@ titlebar_create(Client *c)
|
||||
y = c->geo.y - conf.titlebar.height;
|
||||
|
||||
c->tbar = bar_create(c->geo.x,
|
||||
c->geo.y - conf.titlebar.height,
|
||||
y,
|
||||
c->geo.width,
|
||||
conf.titlebar.height - conf.client.borderheight,
|
||||
conf.client.borderheight,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user