From eeaf7eb733b31b9b45ca74a8dcc127c5f329a3c5 Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Wed, 10 May 2023 08:04:47 -0500 Subject: [PATCH] Move BoxSize --- Source/Engine/UI/GUI/Common/CheckBox.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/UI/GUI/Common/CheckBox.cs b/Source/Engine/UI/GUI/Common/CheckBox.cs index 0f197422b..c5a6e3bb3 100644 --- a/Source/Engine/UI/GUI/Common/CheckBox.cs +++ b/Source/Engine/UI/GUI/Common/CheckBox.cs @@ -97,6 +97,7 @@ namespace FlaxEngine.GUI /// /// Gets or sets the size of the box. /// + [EditorOrder(20)] public float BoxSize { get => _boxSize;