General docks clean up
-Moved path box above in fs dock -Remove up/down button and added reordering with DND of favorites -Changed zoom icon to be centered vertically -Made filter for files always visible -Added some options to TextureFrame for better alignment/stretching
This commit is contained in:
parent
472ab44768
commit
e843e74d39
5 changed files with 183 additions and 152 deletions
|
|
@ -1787,6 +1787,7 @@ SceneTreeDock::SceneTreeDock(EditorNode *p_editor,Node *p_scene_root,EditorSelec
|
|||
filter_hbc->add_child(filter);
|
||||
filter_icon = memnew( TextureFrame );
|
||||
filter_hbc->add_child(filter_icon);
|
||||
filter_icon->set_stretch_mode(TextureFrame::STRETCH_KEEP_CENTERED);
|
||||
filter->connect("text_changed",this,"_filter_changed");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue