1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-30 23:19:49 +00:00

Set tool options containers' size flags to "Fill" (#292)

This commit is contained in:
Michael Alexsander 2020-08-06 06:27:20 -03:00 committed by GitHub
parent f715b566b1
commit 89cd1d972a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,18 +98,16 @@ size_flags_vertical = 3
[node name="LeftPanelContainer" type="PanelContainer" parent="ScrollContainer/ToolOptions"] [node name="LeftPanelContainer" type="PanelContainer" parent="ScrollContainer/ToolOptions"]
margin_left = 16.0 margin_left = 16.0
margin_right = 146.0 margin_right = 146.0
margin_bottom = 14.0 margin_bottom = 196.0
rect_min_size = Vector2( 130, 0 ) rect_min_size = Vector2( 130, 0 )
size_flags_horizontal = 6 size_flags_horizontal = 6
size_flags_vertical = 0
[node name="RightPanelContainer" type="PanelContainer" parent="ScrollContainer/ToolOptions"] [node name="RightPanelContainer" type="PanelContainer" parent="ScrollContainer/ToolOptions"]
margin_left = 183.0 margin_left = 183.0
margin_right = 313.0 margin_right = 313.0
margin_bottom = 14.0 margin_bottom = 196.0
rect_min_size = Vector2( 130, 0 ) rect_min_size = Vector2( 130, 0 )
size_flags_horizontal = 6 size_flags_horizontal = 6
size_flags_vertical = 0
[connection signal="pressed" from="ColorButtonsVertical/ColorSwitchCenter/ColorSwitch" to="." method="_on_ColorSwitch_pressed"] [connection signal="pressed" from="ColorButtonsVertical/ColorSwitchCenter/ColorSwitch" to="." method="_on_ColorSwitch_pressed"]
[connection signal="color_changed" from="ColorButtonsVertical/ColorPickersCenter/ColorPickersHorizontal/LeftColorPickerButton" to="." method="_on_ColorPickerButton_color_changed" binds= [ false ]] [connection signal="color_changed" from="ColorButtonsVertical/ColorPickersCenter/ColorPickersHorizontal/LeftColorPickerButton" to="." method="_on_ColorPickerButton_color_changed" binds= [ false ]]
[connection signal="popup_closed" from="ColorButtonsVertical/ColorPickersCenter/ColorPickersHorizontal/LeftColorPickerButton" to="." method="_on_ColorPickerButton_popup_closed"] [connection signal="popup_closed" from="ColorButtonsVertical/ColorPickersCenter/ColorPickersHorizontal/LeftColorPickerButton" to="." method="_on_ColorPickerButton_popup_closed"]