Remove unused icons in the default theme

This commit is contained in:
Hugo Locurcio 2019-07-03 22:44:59 +02:00
parent a3bdb6c8d8
commit 1327e04fd3
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
24 changed files with 0 additions and 90 deletions

View file

@ -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);