We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f65af + cb918cc commit e5860abCopy full SHA for e5860ab
editor/plugins/shader_editor_plugin.cpp
@@ -833,6 +833,7 @@ ShaderEditorPlugin::ShaderEditorPlugin() {
833
left_panel->set_custom_minimum_size(Size2(100, 300) * EDSCALE);
834
835
shader_tabs = memnew(TabContainer);
836
+ shader_tabs->set_custom_minimum_size(Size2(460, 300) * EDSCALE);
837
shader_tabs->set_tabs_visible(false);
838
shader_tabs->set_h_size_flags(Control::SIZE_EXPAND_FILL);
839
main_split->add_child(shader_tabs);
0 commit comments