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);