mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add theme colors to touch dragger and fix touch dragger icon theme
This commit is contained in:
parent
987832be46
commit
21144401c3
4 changed files with 28 additions and 6 deletions
|
|
@ -88,6 +88,9 @@ private:
|
|||
TextureRect *touch_dragger = nullptr;
|
||||
|
||||
struct ThemeCache {
|
||||
Color touch_dragger_color;
|
||||
Color touch_dragger_pressed_color;
|
||||
Color touch_dragger_hover_color;
|
||||
int separation = 0;
|
||||
int minimum_grab_thickness = 0;
|
||||
bool autohide = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue