mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- rename BUTTON_TOP to BUTTON_UP; it isn't a top-button
This commit is contained in:
@@ -273,7 +273,7 @@ void CHintBox::addHintItem(const std::string& Text, const int& text_mode, const
|
||||
/* add scroll mode if needed */
|
||||
if (h_lines > h_hint_obj){
|
||||
txt_mode = text_mode | CTextBox::SCROLL;
|
||||
ccw_buttons = ccw_buttons | CComponentsHeader::CC_BTN_TOP | CComponentsHeader::CC_BTN_DOWN;
|
||||
ccw_buttons = ccw_buttons | CComponentsHeader::CC_BTN_UP | CComponentsHeader::CC_BTN_DOWN;
|
||||
}
|
||||
|
||||
/* define y start position of infobox inside body */
|
||||
|
@@ -57,8 +57,8 @@
|
||||
#define NEUTRINO_ICON_BUTTON_8 "8"
|
||||
#define NEUTRINO_ICON_BUTTON_9 "9"
|
||||
|
||||
#define NEUTRINO_ICON_BUTTON_TOP "up"
|
||||
#define NEUTRINO_ICON_BUTTON_TOP_SMALL "up_small"
|
||||
#define NEUTRINO_ICON_BUTTON_UP "up"
|
||||
#define NEUTRINO_ICON_BUTTON_UP_SMALL "up_small"
|
||||
#define NEUTRINO_ICON_BUTTON_RIGHT "right"
|
||||
#define NEUTRINO_ICON_BUTTON_DOWN "down"
|
||||
#define NEUTRINO_ICON_BUTTON_DOWN_SMALL "down_small"
|
||||
|
Reference in New Issue
Block a user