add missing color to tool_button

This commit is contained in:
Adam Goldsmith 2015-05-31 09:18:36 -04:00
parent 98a527b015
commit cc8f974793

View File

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