From fd06b8abc3128e1e6bfec8103f27a53b9790ef69 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Mon, 25 Jan 2016 21:00:47 +0000 Subject: [PATCH] Fix button positions on TD connection dialog. "forward" acting buttons go on the right. "back" acting buttons go on the left. --- mods/cnc/chrome/connection.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/mods/cnc/chrome/connection.yaml b/mods/cnc/chrome/connection.yaml index 38b66db2c2..a458855fa1 100644 --- a/mods/cnc/chrome/connection.yaml +++ b/mods/cnc/chrome/connection.yaml @@ -26,7 +26,6 @@ Container@CONNECTING_PANEL: Align: Center Button@ABORT_BUTTON: Key: escape - X: 230 Y: 89 Width: 140 Height: 35 @@ -79,16 +78,16 @@ Container@CONNECTIONFAILED_PANEL: Width: 155 MaxLength: 20 Height: 25 - Button@RETRY_BUTTON: - Key: return - Y: 84 - Width: 140 - Height: 35 - Text: Retry Button@ABORT_BUTTON: Key: escape - X: 230 Y: 84 Width: 140 Height: 35 Text: Abort + Button@RETRY_BUTTON: + Key: return + X: 230 + Y: 84 + Width: 140 + Height: 35 + Text: Retry