diff options
Diffstat (limited to 'mod/src/main/resources/assets/dungeonsguide/gui/elements/simpleVerticalScrollBar.gui')
-rw-r--r-- | mod/src/main/resources/assets/dungeonsguide/gui/elements/simpleVerticalScrollBar.gui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/elements/simpleVerticalScrollBar.gui b/mod/src/main/resources/assets/dungeonsguide/gui/elements/simpleVerticalScrollBar.gui index 9242a05c..a20533c6 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/elements/simpleVerticalScrollBar.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/elements/simpleVerticalScrollBar.gui @@ -24,12 +24,12 @@ <bgcolor slot="track" bind:backgroundColor="backgroundColor"/> <align slot="thumb"> <size width="4"> - <ColorButton + <RoundButton bind:backgroundColor="thumbColor" textColor="#FFFFFFFF" bind:hoveredBackgroundColor="thumbHoverColor" hoveredTextColor="#FFFFFFFF" disabledBackgroundColor="#00000000" disabledTextColor="#FFFFFFFF" bind:pressedBackgroundColor="thumbActiveColor" pressedTextColor="#FFFFFFFF" - text="" + text="" radius="2" /> </size> </align> |