Fix color of some texts on Linux with dark theme

Use Label{} instead of Text{}

CURA-1143
This commit is contained in:
fieldOfView 2016-04-07 18:57:11 +02:00
parent 9fe3eb4f01
commit 27e3f8b33f
4 changed files with 15 additions and 15 deletions

View file

@ -21,7 +21,7 @@ UM.Dialog
{
width: parent.width
height: parent.height - 25
Text
Label
{
text: manager.getChangeLogString()
width:base.width - 35