mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove unused icons in the default theme
This commit is contained in:
parent
a3bdb6c8d8
commit
1327e04fd3
24 changed files with 0 additions and 90 deletions
|
@ -854,8 +854,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
|||
theme->set_constant("bezier_len_pos", "GraphEdit", 80 * scale);
|
||||
theme->set_constant("bezier_len_neg", "GraphEdit", 160 * scale);
|
||||
|
||||
theme->set_icon("logo", "Icons", make_icon(logo_png));
|
||||
|
||||
// Visual Node Ports
|
||||
theme->set_constant("port_grab_distance_horizontal", "GraphEdit", 48 * scale);
|
||||
theme->set_constant("port_grab_distance_vertical", "GraphEdit", 6 * scale);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue