minor fixess

This commit is contained in:
2026-07-13 06:04:04 +03:00
parent e9e2cbbfec
commit ff2b8a250e
34 changed files with 712 additions and 282 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ RowLayout {
Label {
text: control.label
color: settingsContainer.darkMode ? "white" : "black"
color: "#ffffff"
Layout.preferredWidth: 150
}
Slider {
@@ -30,7 +30,7 @@ RowLayout {
}
Label {
text: Math.round(slider.value)
color: settingsContainer.darkMode ? "white" : "black"
color: "#ffffff"
Layout.preferredWidth: 36
horizontalAlignment: Text.AlignRight
}