Remove an unused icon and constant in Tree
This commit is contained in:
parent
2add51d082
commit
40a5de97e6
6 changed files with 0 additions and 14 deletions
|
|
@ -657,7 +657,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
|||
|
||||
theme->set_constant("hseparation", "Tree", 4 * scale);
|
||||
theme->set_constant("vseparation", "Tree", 4 * scale);
|
||||
theme->set_constant("guide_width", "Tree", 2 * scale);
|
||||
theme->set_constant("item_margin", "Tree", 12 * scale);
|
||||
theme->set_constant("button_margin", "Tree", 4 * scale);
|
||||
theme->set_constant("draw_relationship_lines", "Tree", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue