Merge branch 'KDE/4.9'
This commit is contained in:
commit
e8e6345290
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Decoration {
|
|||
horizontalAlignment: auroraeTheme.horizontalAlignment
|
||||
verticalAlignment: auroraeTheme.verticalAlignment
|
||||
elide: Text.ElideRight
|
||||
height: auroraeTheme.titleHeight
|
||||
height: Math.max(auroraeTheme.titleHeight, auroraeTheme.buttonHeight * auroraeTheme.buttonSizeFactor)
|
||||
color: decoration.active ? auroraeTheme.activeTextColor : auroraeTheme.inactiveTextColor
|
||||
font: decoration.active ? options.activeTitleFont : options.inactiveTitleFont
|
||||
anchors {
|
||||
|
|
Loading…
Reference in a new issue