diff --git a/src/Artemis.Core/Models/Profile/LayerGeneralProperties.cs b/src/Artemis.Core/Models/Profile/LayerGeneralProperties.cs
index b434ccb2f..98caab37d 100644
--- a/src/Artemis.Core/Models/Profile/LayerGeneralProperties.cs
+++ b/src/Artemis.Core/Models/Profile/LayerGeneralProperties.cs
@@ -9,6 +9,12 @@ namespace Artemis.Core
///
public class LayerGeneralProperties : LayerPropertyGroup
{
+ ///
+ /// The type of brush to use for this layer
+ ///
+ [PropertyDescription(Name = "Brush type", Description = "The type of brush to use for this layer")]
+ public LayerBrushReferenceLayerProperty BrushReference { get; set; }
+
///
/// The type of shape to draw in this layer
///
@@ -26,13 +32,7 @@ namespace Artemis.Core
///
[PropertyDescription(Name = "Transform mode", Description = "How the transformation properties are applied to the layer")]
public EnumLayerProperty TransformMode { get; set; }
-
- ///
- /// The type of brush to use for this layer
- ///
- [PropertyDescription(Name = "Brush type", Description = "The type of brush to use for this layer")]
- public LayerBrushReferenceLayerProperty BrushReference { get; set; }
-
+
///
protected override void PopulateDefaults()
{