Skip to content

Commit

Permalink
Merge branch 'main' into remove-bot-protection
Browse files Browse the repository at this point in the history
  • Loading branch information
Nottinghster authored Jan 14, 2025
2 parents 57903cc + fa76caa commit 72da873
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/styles/10-scrollbars.otui
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VerticalScrollBar < UIScrollBar

UIButton
id: decrementButton
anchors.verticalCenter: parent.verticalCenter
anchors.top: parent.top
anchors.left: parent.left
image-source: /images/ui/scrollbar
image-clip: 0 0 13 13
Expand All @@ -45,7 +45,7 @@ VerticalScrollBar < UIScrollBar

UIButton
id: incrementButton
anchors.verticalCenter: parent.verticalCenter
anchors.bottom: parent.bottom
anchors.right: parent.right
size: 13 13
image-source: /images/ui/scrollbar
Expand Down Expand Up @@ -150,6 +150,7 @@ VerticalQtScrollBar < UIScrollBar
HorizontalScrollBarQtSlider < UIButton
id: sliderButton
anchors.centerIn: parent
margin-top: 1
size: 44 12
image-source: /images/ui/scrollbar_new_horizontal
image-clip: 34 22 44 12
Expand Down Expand Up @@ -177,7 +178,7 @@ HorizontalQtScrollBar < UIScrollBar

UIButton
id: incrementButton
anchors.bottom: parent.bottom
anchors.top: parent.top
anchors.right: parent.right
size: 12 12
image-source: /images/ui/scrollbar_new_horizontal
Expand Down

0 comments on commit 72da873

Please sign in to comment.