mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 10:31:15 +00:00
Enable column clip content in ConnectionDock and FilesystemDock
This commit is contained in:
parent
d642274f75
commit
86d61a99fb
2 changed files with 2 additions and 0 deletions
|
|
@ -1196,6 +1196,7 @@ ConnectionsDock::ConnectionsDock() {
|
|||
tree->set_columns(1);
|
||||
tree->set_select_mode(Tree::SELECT_ROW);
|
||||
tree->set_hide_root(true);
|
||||
tree->set_column_clip_content(0, true);
|
||||
vbc->add_child(tree);
|
||||
tree->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
tree->set_allow_rmb_select(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue