CProgressWindow: adaopt for discret percental window dimensions

Origin commit data
------------------
Commit: 88f80053d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-03-03 (Fri, 03 Mar 2017)
This commit is contained in:
2017-03-03 09:06:04 +01:00
parent 263bd0e3fc
commit e64a61b8b4

View File

@@ -28,8 +28,8 @@
#include <gui/components/cc.h>
#include "menue.h"
#define PW_MIN_WIDTH 50 //%
#define PW_MIN_HEIGHT 25 //%
#define PW_MIN_WIDTH CCW_PERCENATL 50 //%
#define PW_MIN_HEIGHT CCW_PERCENATL 20 //%
class CProgressWindow : public CComponentsWindow, public CMenuTarget
{