mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-08 20:09:36 +01:00
PaintColorGrid now has 5 columns.
This commit is contained in:
parent
8fc5633933
commit
b49ea8c5ef
@ -94,7 +94,7 @@ PaintColorGrid::PaintColorGrid() {
|
||||
_grid = memnew(GridContainer);
|
||||
scroll_container->add_child(_grid);
|
||||
|
||||
_grid->set_columns(4);
|
||||
_grid->set_columns(5);
|
||||
//_grid->set_custom_minimum_size(Size2(0, 145));
|
||||
_grid->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
_grid->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
|
Loading…
Reference in New Issue
Block a user