diff --git a/data/styles/10-scrollbars.otui b/data/styles/10-scrollbars.otui index 130c0a9b8b..2eeb4e6c16 100644 --- a/data/styles/10-scrollbars.otui +++ b/data/styles/10-scrollbars.otui @@ -30,7 +30,7 @@ VerticalScrollBar < UIScrollBar UIButton id: decrementButton - anchors.top: parent.top + anchors.verticalCenter: parent.verticalCenter anchors.left: parent.left image-source: /images/ui/scrollbar image-clip: 0 0 13 13 @@ -45,7 +45,7 @@ VerticalScrollBar < UIScrollBar UIButton id: incrementButton - anchors.bottom: parent.bottom + anchors.verticalCenter: parent.verticalCenter anchors.right: parent.right size: 13 13 image-source: /images/ui/scrollbar @@ -127,8 +127,8 @@ VerticalQtScrollBar < UIScrollBar UIButton id: decrementButton + anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top - anchors.right: parent.right image-source: /images/ui/scrollbar_new_vertical image-clip: 10 0 12 12 size: 12 12 @@ -137,8 +137,8 @@ VerticalQtScrollBar < UIScrollBar UIButton id: incrementButton + anchors.horizontalCenter: parent.horizontalCenter anchors.bottom: parent.bottom - anchors.right: parent.right size: 12 12 image-source: /images/ui/scrollbar_new_vertical image-clip: 10 24 12 12