sligtly narrower
when we can get rid of the old scrollbar this size is going to be font based or something
This commit is contained in:
parent
a3ec1abd57
commit
eb4b2dc7f8
@ -42,8 +42,8 @@ Item {
|
|||||||
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
|
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
|
||||||
property real scrollButtonInterval: 50
|
property real scrollButtonInterval: 50
|
||||||
|
|
||||||
implicitWidth: internalLoader.isVertical ? (interactive ? 22 : 12) : 200
|
implicitWidth: internalLoader.isVertical ? (interactive ? 16 : 12) : 200
|
||||||
implicitHeight: internalLoader.isVertical ? 200 : (interactive ? 22 : 12)
|
implicitHeight: internalLoader.isVertical ? 200 : (interactive ? 16 : 12)
|
||||||
// TODO: needs to define if there will be specific graphics for
|
// TODO: needs to define if there will be specific graphics for
|
||||||
// disabled scroll bars
|
// disabled scroll bars
|
||||||
opacity: enabled ? 1.0 : 0.5
|
opacity: enabled ? 1.0 : 0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user