mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 04:05:27 +00:00
Tweak settings window and label sizes.
This commit is contained in:
parent
01c7929ee3
commit
8a45fbe9ed
@ -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) + "%"
|
||||
}
|
||||
}
|
||||
|
@ -27,8 +27,8 @@ import QtQuick.Dialogs 1.1
|
||||
Window {
|
||||
id: settings_window
|
||||
title: qsTr("Settings")
|
||||
width: 600
|
||||
height: 600
|
||||
width: 640
|
||||
height: 640
|
||||
|
||||
property int tabmargins: 15
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user