new font???
This commit is contained in:
@@ -14,8 +14,8 @@ RadioButton {
|
||||
indicator: Rectangle {
|
||||
id: outerCircle
|
||||
|
||||
implicitWidth: 20
|
||||
implicitHeight: 20
|
||||
implicitWidth: 16
|
||||
implicitHeight: 16
|
||||
radius: 1000
|
||||
color: "transparent"
|
||||
border.color: root.checked ? DynamicColors.palette.m3primary : DynamicColors.palette.m3onSurfaceVariant
|
||||
|
||||
@@ -41,8 +41,9 @@ Slider {
|
||||
handle: CustomRect {
|
||||
x: root.visualPosition * root.availableWidth - implicitWidth / 2
|
||||
|
||||
implicitWidth: root.implicitHeight / 4.5
|
||||
implicitHeight: root.implicitHeight
|
||||
implicitWidth: 5
|
||||
implicitHeight: 15
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
color: DynamicColors.palette.m3primary
|
||||
radius: 1000
|
||||
|
||||
@@ -16,7 +16,7 @@ Text {
|
||||
renderType: Text.NativeRendering
|
||||
textFormat: Text.PlainText
|
||||
color: DynamicColors.palette.m3onSurface
|
||||
font.family: "Rubik"
|
||||
font.family: "Segoe UI Variable Text"
|
||||
font.pointSize: 12
|
||||
|
||||
Behavior on color {
|
||||
|
||||
Reference in New Issue
Block a user