mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Make filename clipped on Import dock
This commit is contained in:
parent
0980991e64
commit
12fb5f58d9
@ -407,6 +407,7 @@ ImportDock::ImportDock() {
|
||||
set_name("Import");
|
||||
imported = memnew(Label);
|
||||
imported->add_style_override("normal", EditorNode::get_singleton()->get_gui_base()->get_stylebox("normal", "LineEdit"));
|
||||
imported->set_clip_text(true);
|
||||
add_child(imported);
|
||||
HBoxContainer *hb = memnew(HBoxContainer);
|
||||
add_margin_child(TTR("Import As:"), hb);
|
||||
|
Loading…
Reference in New Issue
Block a user