diff options
| author | volzhs | 2018-05-22 16:56:16 +0900 |
|---|---|---|
| committer | volzhs | 2018-05-22 16:56:16 +0900 |
| commit | 12fb5f58d9e0913c12358ccfb410f3e4b0128198 (patch) | |
| tree | 0d721605a79ed6783ebcbc3a7655c6b3b68166f6 /editor/import_dock.cpp | |
| parent | 0980991e6433a3f394a9ae99bec10cb04c8b77e0 (diff) | |
| download | godot-12fb5f58d9e0913c12358ccfb410f3e4b0128198.tar.gz godot-12fb5f58d9e0913c12358ccfb410f3e4b0128198.tar.zst godot-12fb5f58d9e0913c12358ccfb410f3e4b0128198.zip | |
Diffstat (limited to 'editor/import_dock.cpp')
| -rw-r--r-- | editor/import_dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/import_dock.cpp b/editor/import_dock.cpp index 128196be5..f91802b35 100644 --- a/editor/import_dock.cpp +++ b/editor/import_dock.cpp @@ -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); |
