mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CMotorControl: temporarily widened, user request
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user