Added increment_pressed and decrement_pressed icons to scrollbars
(cherry picked from commit e27ab2708f)
This commit is contained in:
@ -502,8 +502,10 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
||||
|
||||
theme->set_icon("increment", "HScrollBar", empty_icon);
|
||||
theme->set_icon("increment_highlight", "HScrollBar", empty_icon);
|
||||
theme->set_icon("increment_pressed", "HScrollBar", empty_icon);
|
||||
theme->set_icon("decrement", "HScrollBar", empty_icon);
|
||||
theme->set_icon("decrement_highlight", "HScrollBar", empty_icon);
|
||||
theme->set_icon("decrement_pressed", "HScrollBar", empty_icon);
|
||||
|
||||
// VScrollBar
|
||||
|
||||
@ -515,8 +517,10 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
||||
|
||||
theme->set_icon("increment", "VScrollBar", empty_icon);
|
||||
theme->set_icon("increment_highlight", "VScrollBar", empty_icon);
|
||||
theme->set_icon("increment_pressed", "VScrollBar", empty_icon);
|
||||
theme->set_icon("decrement", "VScrollBar", empty_icon);
|
||||
theme->set_icon("decrement_highlight", "VScrollBar", empty_icon);
|
||||
theme->set_icon("decrement_pressed", "VScrollBar", empty_icon);
|
||||
|
||||
// HSlider
|
||||
|
||||
|
||||
Reference in New Issue
Block a user