Tweak settings window and label sizes.

This commit is contained in:
Filippo Scognamiglio
2022-01-16 09:40:20 +01:00
parent 01c7929ee3
commit 8a45fbe9ed
2 changed files with 6 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ ColumnLayout {
}
}
Label {
SizedLabel {
text: appSettings.fps !== 0 ? appSettings.fps : qsTr("Max")
}
Label {
@@ -109,7 +109,7 @@ ColumnLayout {
enabled = true
}
}
Label {
SizedLabel {
text: Math.round(txtslider.value * 100) + "%"
}
@@ -130,7 +130,7 @@ ColumnLayout {
enabled = true
}
}
Label {
SizedLabel {
text: Math.round(bloomSlider.value * 100) + "%"
}
@@ -151,7 +151,7 @@ ColumnLayout {
enabled = true
}
}
Label {
SizedLabel {
text: Math.round(burnInSlider.value * 100) + "%"
}
}