From bf76a2a1e282aec5ce4ddeb62a758d4665a2e438 Mon Sep 17 00:00:00 2001
From: Deve <deveee@gmail.com>
Date: Fri, 30 Nov 2018 21:42:15 +0100
Subject: [PATCH] Move send button to the same line as edit box to avoid too
 big space between them on some resolutions

---
 data/gui/screens/online/networking_lobby.stkgui | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/gui/screens/online/networking_lobby.stkgui b/data/gui/screens/online/networking_lobby.stkgui
index e8e72712f..ea607cbac 100644
--- a/data/gui/screens/online/networking_lobby.stkgui
+++ b/data/gui/screens/online/networking_lobby.stkgui
@@ -17,13 +17,13 @@
         <spacer height="2%"/>
         <div x="2%" width="96%" height="20%" layout="horizontal-row">
             <box proportion="4" height="100%" layout="vertical-row">
-                <textbox id="chat" width="100%"/>
-                <spacer height="5%"/>
-                <div width="100%" proportion="1" layout="horizontal-row">
-                    <button id="send" width="20%" height="fit" align="center" I18N="In the network lobby" text="Send"/>
+                <div x="1%" width="98%" height="fit" layout="horizontal-row">
+                    <textbox id="chat" width="77%"/>
                     <spacer width="3%" height="10"/>
-                    <label id="timeout-message" width="77%" height="fit" text="" word_wrap="true" align="center"/>
+                    <button id="send" width="20%" height="fit" align="center" I18N="In the network lobby" text="Send"/>
                 </div>
+                <spacer height="5%" width="10"/>
+                <label id="timeout-message" x="1%" width="98%" proportion="1" text="" word_wrap="true" align="center"/>
             </box>
             <spacer width="3%"/>
             <icon-button id="start" proportion="1" height="60%" icon="gui/icons/green_check.png" align="top"