Skip to content

Commit

Permalink
Merge pull request godotengine#34553 from timothyqiu/center-dock-posi…
Browse files Browse the repository at this point in the history
…tion

Centers label text in Dock Select popup panel
  • Loading branch information
akien-mga authored Dec 23, 2019
2 parents 56d44aa + d53c392 commit 22782d5
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 22782d5

Please sign in to comment.