online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/colorpicker/ColorPickerButton.tscn')
| -rw-r--r-- | ui/colorpicker/ColorPickerButton.tscn | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ui/colorpicker/ColorPickerButton.tscn b/ui/colorpicker/ColorPickerButton.tscn index 170d04d..2608dc9 100644 --- a/ui/colorpicker/ColorPickerButton.tscn +++ b/ui/colorpicker/ColorPickerButton.tscn @@ -15,16 +15,16 @@ script = ExtResource( 2 ) [node name="ColorPicker" parent="." instance=ExtResource( 3 )] visible = false -margin_left = 88.0 -margin_top = 56.0 -margin_right = 290.0 -margin_bottom = 294.0 +margin_left = 32.0 +margin_top = 32.0 +margin_right = 177.0 +margin_bottom = 177.0 [node name="Position" type="Control" parent="."] -margin_left = 80.0 -margin_top = 46.0 -margin_right = 120.0 -margin_bottom = 86.0 +margin_left = 32.0 +margin_top = 32.0 +margin_right = 72.0 +margin_bottom = 72.0 [connection signal="pressed" from="." to="ColorPicker" method="open"] [connection signal="done" from="ColorPicker" to="." method="_on_ColorPicker_done"] |