mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
Added a solid background to the gradient editor's color picker
This commit is contained in:
parent
e6cbb02ae6
commit
7f48d5871a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user