Fixed a couple of UI issues under osx.

This commit is contained in:
Filippo Scognamiglio
2014-10-10 15:12:28 +02:00
parent c57ef45ce6
commit 093cead312
4 changed files with 12 additions and 9 deletions
-1
View File
@@ -56,7 +56,6 @@ Tab{
id: txtslider
onValueChanged: shadersettings.window_scaling = value;
value: shadersettings.window_scaling
tickmarksEnabled: true
stepSize: 0.25
Component.onCompleted: minimumValue = 0.5 //Without this value gets set to 0.5
}