mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Clean up setting dialogues a bit.
This commit is contained in:
parent
cacab4ba62
commit
0d04f212a3
6 changed files with 81 additions and 45 deletions
|
@ -1690,13 +1690,13 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
|||
vbc->set_anchor_and_margin(MARGIN_LEFT, ANCHOR_BEGIN, 0);
|
||||
vbc->set_anchor_and_margin(MARGIN_RIGHT, ANCHOR_END, 0);
|
||||
|
||||
l = memnew(Label);
|
||||
vbc->add_child(l);
|
||||
l->set_text(TTR("Action:"));
|
||||
|
||||
hbc = memnew(HBoxContainer);
|
||||
vbc->add_child(hbc);
|
||||
|
||||
l = memnew(Label);
|
||||
hbc->add_child(l);
|
||||
l->set_text(TTR("Action:"));
|
||||
|
||||
action_name = memnew(LineEdit);
|
||||
action_name->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
hbc->add_child(action_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue