Frames now follow the window scaling.

This commit is contained in:
Filippo Scognamiglio
2014-07-09 19:03:02 +02:00
parent ef3303134d
commit 7dead18a56
5 changed files with 36 additions and 21 deletions
+3 -2
View File
@@ -128,11 +128,12 @@ Tab{
Slider{
Layout.fillWidth: true
id: txtslider
stepSize: 0.01
stepSize: 0.25
maximumValue: 1
minimumValue: 0
minimumValue: 0.50
onValueChanged: shadersettings.window_scaling = value;
value: shadersettings.window_scaling
tickmarksEnabled: true
}
Text{text: Math.round(txtslider.value * 100) + "%"}
}