mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 09:29:38 +01:00
Removed the text from the layouts buttons in the CanvasItemEditor.
This commit is contained in:
parent
443cfea5b2
commit
b81253b22d
@ -5673,7 +5673,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
|
||||
|
||||
presets_menu = memnew(MenuButton);
|
||||
presets_menu->set_shortcut_context(this);
|
||||
presets_menu->set_text(TTR("Layout"));
|
||||
//presets_menu->set_text(TTR("Layout"));
|
||||
preset_anchor_hbox->add_child(presets_menu);
|
||||
presets_menu->set_switch_on_hover(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user