You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
Icons can now be added inside line edits (Search icon).
Fixed window title bar margins. fixed compilation error
This commit is contained in:
@@ -434,7 +434,8 @@ Ref<Theme> create_editor_theme() {
|
||||
theme->set_icon("close", "WindowDialog", title_hl_close_icon);
|
||||
theme->set_icon("close_highlight", "WindowDialog", title_hl_close_icon);
|
||||
theme->set_constant("close_h_ofs", "WindowDialog", 22 * EDSCALE);
|
||||
theme->set_constant("close_v_ofs", "WindowDialog", 18 * EDSCALE);
|
||||
theme->set_constant("close_v_ofs", "WindowDialog", 20 * EDSCALE);
|
||||
theme->set_constant("title_height", "WindowDialog", 24 * EDSCALE);
|
||||
|
||||
// HScrollBar
|
||||
Ref<Texture> empty_icon = memnew(ImageTexture);
|
||||
|
||||
Reference in New Issue
Block a user