mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix GraphFrame autoshrink with high DPI displays/custom UI scales
This commit is contained in:
parent
6a13fdcae3
commit
b871794591
5 changed files with 13 additions and 5 deletions
|
|
@ -89,6 +89,7 @@ public:
|
|||
int get_autoshrink_margin() const;
|
||||
|
||||
HBoxContainer *get_titlebar_hbox();
|
||||
Size2 get_titlebar_size() const;
|
||||
|
||||
void set_drag_margin(int p_margin);
|
||||
int get_drag_margin() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue