Fix vertical alignment in title.

SVN revision: 43168
This commit is contained in:
Kim Woelders 2009-10-20 16:48:06 +00:00
parent 730d8d542e
commit f3ee018bd2
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ BorderWinpartITclassApply(EWin * ewin, int i, int force)
if (txt && ewin->border->part[i].tclass)
ts = TextclassGetTextState(ewin->border->part[i].tclass, ewb->state,
ewin->state.active, EoIsSticky(ewin));
flags = ITA_BGPMAP;
flags = ITA_BGPMAP | ITA_JUSTV;
break;
case FLAG_MINIICON:
flags = ITA_BGPMAP;