mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
UserInterfaceTab: everything follows border radius slider
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user