UI: Border radius allowed up to 200%

This commit is contained in:
ItsLemmy
2025-11-03 21:36:47 -05:00
parent d262b84b41
commit 7f328ce028
+1 -1
View File
@@ -116,7 +116,7 @@ ColumnLayout {
NValueSlider {
Layout.fillWidth: true
from: 0
to: 1
to: 2
stepSize: 0.01
value: Settings.data.general.radiusRatio
onMoved: value => Settings.data.general.radiusRatio = value