mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- cc_frm_header: show left button before the right one
This commit is contained in:
@@ -184,8 +184,8 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen
|
||||
CC_BTN_MUTE = 0x800,
|
||||
CC_BTN_TOP = 0x1000,
|
||||
CC_BTN_DOWN = 0x2000,
|
||||
CC_BTN_RIGHT = 0x4000,
|
||||
CC_BTN_LEFT = 0x8000,
|
||||
CC_BTN_LEFT = 0x4000,
|
||||
CC_BTN_RIGHT = 0x8000,
|
||||
CC_BTN_FORWARD = 0x10000,
|
||||
CC_BTN_BACKWARD = 0x20000,
|
||||
CC_BTN_PAUSE = 0x40000,
|
||||
|
Reference in New Issue
Block a user