File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,17 @@ Item {
65
65
handle: Rectangle {
66
66
x: slider .leftPadding + slider .visualPosition * (slider .availableWidth - width)
67
67
y: slider .topPadding + slider .availableHeight / 2 - height / 2
68
- implicitWidth: 5
69
- implicitHeight: 20
70
- color: " #5153bd"
68
+ implicitWidth: 20
69
+ implicitHeight: 40
70
+ color: " black"
71
+
72
+ Rectangle {
73
+ width: 16
74
+ height: 36
75
+ color: " gray"
76
+ anchors .horizontalCenter : parent .horizontalCenter ;
77
+ anchors .verticalCenter : parent .verticalCenter ;
78
+ }
71
79
}
72
80
73
81
background: Rectangle {
Original file line number Diff line number Diff line change 13
13
14
14
// TODO: Fullscreen display?
15
15
// TODO: Replace bool setting with switch?
16
- // FIXME: Setting slider handle
17
16
// TODO: Setting slider incorrect radius around filled background?
18
17
// FIXME: Combobox overflows text onto arrow visual
19
18
You can’t perform that action at this time.
0 commit comments