minor fixess
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user