layout, radius and border

This commit is contained in:
Benjamin Palko 2025-09-06 08:45:35 -04:00
parent 7de7ae19bb
commit af396bc2c5
17 changed files with 67 additions and 65 deletions

View file

@ -18,7 +18,7 @@ Slider {
implicitHeight: control.height
width: control.availableWidth
height: implicitHeight
radius: 8
radius: Styling.theme.radiusField
color: Styling.theme.base200
Rectangle {
@ -30,7 +30,7 @@ Slider {
}
height: parent.height
color: Styling.theme.primary
radius: 8
radius: Styling.theme.radiusField
}
}
handle: null