online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/sidebarright/UserPanel.tscn')
| -rw-r--r-- | ui/menus/sidebarright/UserPanel.tscn | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/ui/menus/sidebarright/UserPanel.tscn b/ui/menus/sidebarright/UserPanel.tscn index 4322adb..fffa3f6 100644 --- a/ui/menus/sidebarright/UserPanel.tscn +++ b/ui/menus/sidebarright/UserPanel.tscn @@ -12,27 +12,31 @@ rect_min_size = Vector2( 0, 40 ) theme = ExtResource( 3 ) script = ExtResource( 4 ) -[node name="H" type="HBoxContainer" parent="."] +[node name="MC" type="MarginContainer" parent="."] +margin_right = 1422.0 +margin_bottom = 800.0 +custom_constants/margin_left = 10 + +[node name="H" type="HBoxContainer" parent="MC"] margin_left = 10.0 -margin_top = 10.0 -margin_right = 1412.0 -margin_bottom = 790.0 +margin_right = 1422.0 +margin_bottom = 800.0 custom_constants/separation = 10 -[node name="Name" type="Label" parent="H"] -margin_top = 370.0 +[node name="Name" type="Label" parent="MC/H"] +margin_top = 380.0 margin_right = 61.0 -margin_bottom = 410.0 +margin_bottom = 420.0 rect_min_size = Vector2( 0, 40 ) custom_fonts/font = ExtResource( 1 ) text = "name" valign = 1 -[node name="Flag" type="TextureRect" parent="H"] +[node name="Flag" type="TextureRect" parent="MC/H"] margin_left = 71.0 -margin_top = 380.0 +margin_top = 390.0 margin_right = 97.0 -margin_bottom = 400.0 +margin_bottom = 410.0 rect_min_size = Vector2( 26, 20 ) size_flags_horizontal = 4 size_flags_vertical = 4 @@ -40,8 +44,8 @@ texture = ExtResource( 2 ) expand = true stretch_mode = 6 -[node name="Spacer2" type="Control" parent="H"] +[node name="Spacer2" type="Control" parent="MC/H"] margin_left = 107.0 -margin_right = 1402.0 -margin_bottom = 780.0 +margin_right = 1412.0 +margin_bottom = 800.0 size_flags_horizontal = 3 |