From a6cdcea4145a7c9ed2b3ee7c68d54b9c01064256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 8 Aug 2013 17:08:06 +0200 Subject: [PATCH] reorder checkboxes more intuitively port forwarding under ports --- mods/ra/chrome/create-server.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mods/ra/chrome/create-server.yaml b/mods/ra/chrome/create-server.yaml index c8427d0fc5..167bea2675 100644 --- a/mods/ra/chrome/create-server.yaml +++ b/mods/ra/chrome/create-server.yaml @@ -54,18 +54,18 @@ Background@CREATESERVER_BG: Width:50 MaxLength:5 Height:25 - Checkbox@ADVERTISE_CHECKBOX: - X:165 + Checkbox@UPNP_CHECKBOX: + X:150 Y:130 Width:300 Height:20 - Text:Advertise game Online - Checkbox@UPNP_CHECKBOX: - X:165 + Text:Automatic port forwarding + Checkbox@ADVERTISE_CHECKBOX: + X:150 Y:165 Width:300 Height:20 - Text:Automatic port forwarding + Text:Advertise game Online Button@CREATE_BUTTON: X:130 Y:PARENT_BOTTOM - 45