mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #113574 from YeldhamDev/take_the_hint
Enable scroll hints for several parts of the editor
This commit is contained in:
@@ -1307,7 +1307,6 @@ FindInFilesContainer::FindInFilesContainer() {
|
||||
set_transient(true);
|
||||
set_closable(true);
|
||||
set_custom_minimum_size(Size2(0, 200 * EDSCALE));
|
||||
set_clip_contents(false);
|
||||
|
||||
_tabs = memnew(TabContainer);
|
||||
_tabs->set_tabs_visible(false);
|
||||
|
||||
Reference in New Issue
Block a user