mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
cc_types.h: add scale to CC_WIDTH_MIN/CC_HEIGHT_MIN
Origin commit data
------------------
Commit: df48434092
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-03-14 (Tue, 14 Mar 2017)
This commit is contained in:
@@ -191,8 +191,8 @@ typedef struct button_label_cc
|
||||
button_label_cc(): button(NULL), text(std::string()), locale(NONEXISTANT_LOCALE){}
|
||||
} button_label_cc_struct;
|
||||
|
||||
#define CC_WIDTH_MIN 16
|
||||
#define CC_HEIGHT_MIN 16
|
||||
#define CC_WIDTH_MIN CFrameBuffer::getInstance()->scale2Res(16)
|
||||
#define CC_HEIGHT_MIN CC_WIDTH_MIN
|
||||
|
||||
#define CC_SHADOW_OFF 0x0
|
||||
#define CC_SHADOW_RIGHT 0x2
|
||||
|
Reference in New Issue
Block a user