titlebar: Fix titlebar_create y position

This commit is contained in:
Martin Duquesnoy 2008-10-25 14:11:59 +02:00
parent 7514d55d6f
commit 58682a269e

View File

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