mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CImageInfo: add header buttons
This commit is contained in:
@@ -131,6 +131,7 @@ void CImageInfo::ShowWindow()
|
|||||||
if (cc_win == NULL){
|
if (cc_win == NULL){
|
||||||
cc_win = new CComponentsWindow(LOCALE_IMAGEINFO_HEAD, NEUTRINO_ICON_INFO);
|
cc_win = new CComponentsWindow(LOCALE_IMAGEINFO_HEAD, NEUTRINO_ICON_INFO);
|
||||||
item_top = cc_win->getStartY() + item_offset;
|
item_top = cc_win->getStartY() + item_offset;
|
||||||
|
cc_win->setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
//prepare minitv: important! init the minitv object as first
|
//prepare minitv: important! init the minitv object as first
|
||||||
|
Reference in New Issue
Block a user