online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/chat/MessageList.tscn')
| -rw-r--r-- | ui/chat/MessageList.tscn | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/ui/chat/MessageList.tscn b/ui/chat/MessageList.tscn index 630d18f..ea252f0 100644 --- a/ui/chat/MessageList.tscn +++ b/ui/chat/MessageList.tscn @@ -3,7 +3,15 @@ [ext_resource path="res://ui/chat/MessageList.gd" type="Script" id=1] [sub_resource type="StyleBoxFlat" id=1] -bg_color = Color( 0.14902, 0.141176, 0.129412, 0.784314 ) +content_margin_left = 10.0 +content_margin_right = 10.0 +content_margin_top = 10.0 +content_margin_bottom = 10.0 +bg_color = Color( 0, 0.168627, 0.211765, 0.392157 ) +border_width_left = 3 +border_width_top = 3 +border_width_right = 3 +border_color = Color( 0.0286, 0.21372, 0.26, 0.588235 ) [node name="MessageList" type="PanelContainer"] anchor_right = 1.0 @@ -13,19 +21,21 @@ custom_styles/panel = SubResource( 1 ) script = ExtResource( 1 ) [node name="MC" type="MarginContainer" parent="."] -margin_right = 1422.0 -margin_bottom = 800.0 +margin_left = 10.0 +margin_top = 10.0 +margin_right = 1412.0 +margin_bottom = 790.0 custom_constants/margin_right = 10 custom_constants/margin_left = 10 [node name="scroller" type="ScrollContainer" parent="MC"] margin_left = 10.0 -margin_right = 1412.0 -margin_bottom = 800.0 +margin_right = 1392.0 +margin_bottom = 780.0 scroll_horizontal_enabled = false [node name="labels" type="VBoxContainer" parent="MC/scroller"] -margin_right = 1402.0 +margin_right = 1382.0 size_flags_horizontal = 3 size_flags_vertical = 2 custom_constants/separation = 0 |