UserInterfaceTab: everything follows border radius slider

This commit is contained in:
Ly-sec
2025-12-01 19:43:02 +01:00
parent 3c6224f001
commit 18e9eb11b4
37 changed files with 150 additions and 324 deletions
@@ -257,7 +257,7 @@ ColumnLayout {
}
]
delegate: Rectangle {
radius: 16
radius: Style.radiusM
border.width: Style.borderS
Layout.preferredHeight: 32
Layout.preferredWidth: Math.max(90, densityText.implicitWidth + Style.marginXL * 2)