diff --git a/material_maker/widgets/gradient_editor/gradient_editor.tscn b/material_maker/widgets/gradient_editor/gradient_editor.tscn index a2d23ef5..f61b729c 100644 --- a/material_maker/widgets/gradient_editor/gradient_editor.tscn +++ b/material_maker/widgets/gradient_editor/gradient_editor.tscn @@ -56,14 +56,19 @@ margin_bottom = 30.0 rect_min_size = Vector2( 120, 32 ) focus_mode = 1 script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} + +[node name="Border" type="ColorRect" parent="."] +anchor_right = 1.0 +margin_left = 2.0 +margin_right = -2.0 +rect_min_size = Vector2( 112, 21 ) +color = Color( 0.5, 0.5, 0.5, 1 ) [node name="Background" type="ColorRect" parent="."] material = SubResource( 2 ) anchor_right = 1.0 margin_left = 4.0 +margin_top = 2.0 margin_right = -4.0 margin_bottom = 15.0 rect_min_size = Vector2( 112, 17 ) @@ -73,6 +78,7 @@ mouse_filter = 2 material = SubResource( 4 ) anchor_right = 1.0 margin_left = 4.0 +margin_top = 2.0 margin_right = -4.0 margin_bottom = 15.0 rect_min_size = Vector2( 112, 17 )