Skip to content

Commit

Permalink
Centers Dock Position text
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyqiu committed Dec 23, 2019
1 parent 56d44aa commit d53c392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5828,6 +5828,7 @@ EditorNode::EditorNode() {
Label *dock_label = memnew(Label);
dock_label->set_text(TTR("Dock Position"));
dock_label->set_h_size_flags(Control::SIZE_EXPAND_FILL);
dock_label->set_align(Label::ALIGN_CENTER);
dock_hb->add_child(dock_label);

dock_tab_move_right = memnew(ToolButton);
Expand Down

0 comments on commit d53c392

Please sign in to comment.