[aurorae] Use NativeRendering for decoration title
This commit is contained in:
parent
6e195331f6
commit
7c745ef991
2 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,7 @@ Decoration {
|
|||
height: Math.max(auroraeTheme.titleHeight, auroraeTheme.buttonHeight * auroraeTheme.buttonSizeFactor)
|
||||
color: decoration.active ? auroraeTheme.activeTextColor : auroraeTheme.inactiveTextColor
|
||||
font: options.titleFont
|
||||
renderType: Text.NativeRendering
|
||||
anchors {
|
||||
left: leftButtonGroup.right
|
||||
right: rightButtonGroup.left
|
||||
|
|
|
@ -289,6 +289,7 @@ Decoration {
|
|||
style: root.titleShadow ? Text.Raised : Text.Normal
|
||||
styleColor: colorHelper.shade(color, ColorHelper.ShadowShade)
|
||||
elide: Text.ElideMiddle
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
ButtonGroup {
|
||||
id: rightButtonGroup
|
||||
|
|
Loading…
Reference in a new issue