Skip to content

Commit

Permalink
Added a solid background to the gradient editor's color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Mar 14, 2020
1 parent e6cbb02 commit 7f48d58
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions material_maker/widgets/gradient_editor.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,16 @@ rect_min_size = Vector2( 112, 17 )
mouse_filter = 2
theme = SubResource( 5 )

[node name="Popup" type="Popup" parent="Gradient"]
margin_left = 47.0
margin_top = 33.0
margin_right = 353.0
margin_bottom = 475.0
[node name="Popup" type="PopupPanel" parent="Gradient"]
visible = true
margin_right = 318.0
margin_bottom = 470.0

[node name="ColorPicker" type="ColorPicker" parent="Gradient/Popup"]
margin_left = 4.0
margin_top = 4.0
margin_right = 4.0
margin_bottom = 4.0
rect_scale = Vector2( 0.75, 0.75 )
margin_right = 314.0
margin_bottom = 466.0

[node name="Interpolation" type="OptionButton" parent="."]
margin_left = 0.418457
Expand Down

0 comments on commit 7f48d58

Please sign in to comment.