diff --git a/gui/dialogs/chat_full.xml b/gui/dialogs/chat_full.xml index 120d32ea2..4d986029d 100644 --- a/gui/dialogs/chat_full.xml +++ b/gui/dialogs/chat_full.xml @@ -4,6 +4,7 @@ <name>chat-full</name> <modal>false</modal> <layout>vbox</layout> + <resizable>true</resizable> <text> <label>Multiplayer Chat</label> @@ -13,6 +14,8 @@ <textbox> <halign>fill</halign> + <valign>fill</valign> + <stretch>true</stretch> <pref-width>550</pref-width> <pref-height>120</pref-height> <slider>20</slider> @@ -33,6 +36,7 @@ <name>compose</name> <stretch>true</stretch> <halign>fill</halign> + <stretch>true</stretch> <length>50</length> <pref-width>500</pref-width> <property>/sim/multiplay/chat-compose</property>