CProgressWindow: adaopt for discret percental window dimensions

This commit is contained in:
2017-03-03 09:06:04 +01:00
parent 21b700879e
commit 88f80053d2

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
{