From deb45ad3936a119f43df5a934397e37e478140f5 Mon Sep 17 00:00:00 2001 From: jerry Date: Tue, 26 Aug 2014 09:42:24 +0000 Subject: [PATCH] issue #65 - Auto config feature using Zeroconf/Bonjour change position order to left first then right --- src/gui/src/ServerConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/ServerConfig.cpp b/src/gui/src/ServerConfig.cpp index 12819c1a..b8760ded 100644 --- a/src/gui/src/ServerConfig.cpp +++ b/src/gui/src/ServerConfig.cpp @@ -28,8 +28,8 @@ static const struct const char* name; } neighbourDirs[] = { - { 1, 0, "right" }, { -1, 0, "left" }, + { 1, 0, "right" }, { 0, -1, "up" }, { 0, 1, "down" },