hide chat scrollbar when chat is not opened
This commit is contained in:
@@ -16,7 +16,6 @@ size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
mouse_filter = 2
|
||||
theme_override_constants/margin_left = 50
|
||||
theme_override_constants/margin_top = 20
|
||||
theme_override_constants/margin_right = 50
|
||||
|
||||
[node name="MsgVBox" type="VBoxContainer" parent="MsgMargin"]
|
||||
@@ -50,7 +49,7 @@ alignment = 2
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = 1016.0
|
||||
offset_top = 1010.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
@@ -63,8 +62,6 @@ theme_override_constants/margin_bottom = 20
|
||||
[node name="EditVBox" type="VBoxContainer" parent="EditMargin"]
|
||||
layout_mode = 2
|
||||
mouse_filter = 2
|
||||
theme_override_constants/separation = 0
|
||||
alignment = 2
|
||||
|
||||
[node name="MessageEdit" type="LineEdit" parent="EditMargin/EditVBox"]
|
||||
layout_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user