Make button tooltip text use the dark color from the palette

This fixes a regression where tooltip text was white
This commit is contained in:
Arjen Hiemstra 2015-06-03 21:00:58 +02:00
parent 367b8791ae
commit 24a8edd2ae
2 changed files with 2 additions and 1 deletions

View file

@ -73,7 +73,7 @@ QtObject {
anchors.horizontalCenter: parent.horizontalCenter;
text: control.text;
font: UM.Theme.fonts.button_tooltip;
color: UM.Theme.colors.button_text;
color: UM.Theme.colors.button_tooltip_text;
}
}
}