Use configured font for inactive titlebar text
svn path=/trunk/kdebase/kwin/; revision=65567
This commit is contained in:
parent
6883970d11
commit
4aeea37d93
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ Manager::paintEvent(QPaintEvent * e)
|
|||
|
||||
p.drawTiledPixmap(tr.left() + 3, 0, tr.width() - 6, 20, s->titleTextMid(active));
|
||||
p.setPen(options->color(Options::Font, active));
|
||||
p.setFont(options->font());
|
||||
p.setFont(options->font(active));
|
||||
p.drawText(tr.left() + 4, 0, tr.width() - 8, 18, AlignCenter, caption());
|
||||
|
||||
p.drawPixmap(tr.right() - 2, 0, s->titleTextRight(active));
|
||||
|
|
Loading…
Reference in a new issue