Fix bad behaving color dialog on some platforms.

This commit is contained in:
Filippo Scognamiglio
2014-12-30 10:25:33 +01:00
parent a63135045e
commit d10bf29493
2 changed files with 9 additions and 7 deletions

View File

@@ -125,14 +125,14 @@ Tab{
height: 50
Layout.fillWidth: true
onColorSelected: appSettings._fontColor = color;
button_color: appSettings._fontColor
color: appSettings._fontColor
}
ColorButton{
name: qsTr("Background")
height: 50
Layout.fillWidth: true
onColorSelected: appSettings._backgroundColor = color;
button_color: appSettings._backgroundColor
color: appSettings._backgroundColor
}
}
}