From 6b25b6d530c3476b0dba30b0aff82e6a763b95fb Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 29 Aug 2013 22:47:29 +0200 Subject: [PATCH] CMotorControl: temporarily widened, user request --- src/gui/motorcontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/motorcontrol.cpp b/src/gui/motorcontrol.cpp index 245a04382..43ff2038d 100644 --- a/src/gui/motorcontrol.cpp +++ b/src/gui/motorcontrol.cpp @@ -78,7 +78,7 @@ void CMotorControl::Init(void) satfindpid = -1; - width = w_max(470, 0); + width = w_max(720, 0); mheight = mheight - 2; height = hheight + (22 * mheight) - 5; height = h_max(height, 0);