increase horizontal slot amount

This commit is contained in:
Abra
2024-05-20 17:01:07 +03:00
committed by GitHub
parent 4fb42319ef
commit b2fc5e8fd3

View File

@@ -71,7 +71,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
var panel = layout.CustomContainer<UniformGridPanel>();
panel.CustomControl.Height = 20.0f;
panel.CustomControl.SlotsVertically = 1;
panel.CustomControl.SlotsHorizontally = 2;
panel.CustomControl.SlotsHorizontally = 3;
// Selecting actor prefab asset
var selectPrefab = panel.Button("Select Prefab");