Reorient LayerView slider

Fix toolbar tooltip collisions
Refactor use of colors.text_default
This commit is contained in:
fieldOfView 2015-11-18 14:59:02 +01:00
parent a1123655ff
commit 2477617155
7 changed files with 40 additions and 45 deletions

View file

@ -47,6 +47,6 @@ Rectangle {
}
wrapMode: Text.Wrap;
font: UM.Theme.fonts.default;
color: UM.Theme.colors.text_default;
color: UM.Theme.colors.text;
}
}