Scanlines now follow font scaling.

This commit is contained in:
Filippo Scognamiglio
2014-05-29 01:13:31 +02:00
parent 110f91afa5
commit 05edbb9504
8 changed files with 67 additions and 35 deletions
+3 -3
View File
@@ -96,11 +96,11 @@ Window {
Text{text: qsTr("Font scaling:")}
SpinBox{
Layout.fillWidth: true
decimals: 1
stepSize: 0.1
decimals: 2
stepSize: 0.25
value: shadersettings.font_scaling
minimumValue: 0.5
maximumValue: 1.5
maximumValue: 2.0
onValueChanged: shadersettings.font_scaling = value;
}
Item{Layout.fillHeight: true}