Set minimum size for the mat maker editor.

This commit is contained in:
Relintai 2022-06-15 12:47:39 +02:00
parent c6d7e7c112
commit 9b36e0dd1c

View File

@ -300,7 +300,7 @@ MatMakerGDEditor::MatMakerGDEditor() {
_plugin = nullptr;
_undo_redo = nullptr;
set_name("MatMakerGDEditor");
set_custom_minimum_size(Vector2(0, 200));
set_anchors_and_margins_preset(LayoutPreset::PRESET_WIDE);
set_h_size_flags(SIZE_EXPAND_FILL);
set_v_size_flags(SIZE_EXPAND_FILL);