NValueSlider: scaling

This commit is contained in:
ItsLemmy
2025-10-13 08:09:41 -04:00
parent 12001f2255
commit 5d236b5c90
+1 -1
View File
@@ -47,7 +47,7 @@ RowLayout {
pointSize: root.textSize
family: Settings.data.ui.fontFixed
Layout.alignment: Qt.AlignVCenter
Layout.preferredWidth: 45
Layout.preferredWidth: 45 * Scale.uiScaleRatio
horizontalAlignment: Text.AlignRight
}
}