mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
supplement to commit 72badc7; fix scale of box width
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include <gui/components/cc.h>
|
||||
|
||||
#define HINTBOX_MIN_WIDTH CFrameBuffer::getInstance()->scale2Res(320)
|
||||
#define HINTBOX_MIN_WIDTH 320 // scaled in init
|
||||
#define HINTBOX_MIN_HEIGHT CFrameBuffer::getInstance()->scale2Res(125)
|
||||
#define HINTBOX_MAX_HEIGHT CFrameBuffer::getInstance()->scale2Res(520)
|
||||
|
||||
|
Reference in New Issue
Block a user