mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CProgressWindow: use percental calculated dimensions as default
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#include <gui/components/cc.h>
|
||||
#include "menue.h"
|
||||
|
||||
#define PW_MIN_WIDTH 700
|
||||
#define PW_MIN_HEIGHT 100
|
||||
#define PW_MIN_WIDTH 50 //%
|
||||
#define PW_MIN_HEIGHT 25 //%
|
||||
|
||||
class CProgressWindow : public CComponentsWindow, public CMenuTarget
|
||||
{
|
||||
|
Reference in New Issue
Block a user