mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-22 05:23:14 +00:00
Make the GradientEditor node expand horizontally
This commit is contained in:
parent
a18c7082fa
commit
6ae8d9afed
1 changed files with 3 additions and 2 deletions
|
@ -47,12 +47,13 @@ margin_bottom = 696.0
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="InterpolationContainer"]
|
[node name="Label" type="Label" parent="InterpolationContainer"]
|
||||||
margin_top = 3.0
|
margin_top = 3.0
|
||||||
margin_right = 87.0
|
margin_right = 638.0
|
||||||
margin_bottom = 17.0
|
margin_bottom = 17.0
|
||||||
|
size_flags_horizontal = 3
|
||||||
text = "Interpolation:"
|
text = "Interpolation:"
|
||||||
|
|
||||||
[node name="InterpolationOptionButton" type="OptionButton" parent="InterpolationContainer"]
|
[node name="InterpolationOptionButton" type="OptionButton" parent="InterpolationContainer"]
|
||||||
margin_left = 91.0
|
margin_left = 642.0
|
||||||
margin_right = 1280.0
|
margin_right = 1280.0
|
||||||
margin_bottom = 20.0
|
margin_bottom = 20.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue