mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- imageinfo: remove some fixed width values ...
... to avoid possible ugly overlaps * split kernel-version from image-version * whitespace cleanup
This commit is contained in:
@@ -46,17 +46,16 @@ class CImageInfo : public CMenuTarget
|
||||
std::string license_txt;
|
||||
|
||||
std::vector<image_info_t> v_info;
|
||||
std::vector<image_info_t> v_info_supp;
|
||||
|
||||
void Init();
|
||||
void InitMinitv();
|
||||
void InitInfos();
|
||||
void InitSupportInfos();
|
||||
void ShowWindow();
|
||||
void InitLicenseText();
|
||||
void ShowWindow();
|
||||
void ScrollLic(bool scrollDown);
|
||||
|
||||
CComponentsWindow *cc_win;
|
||||
CComponentsPIP *cc_tv;
|
||||
CComponentsInfoBox *cc_lic;
|
||||
CConfigFile config;
|
||||
|
||||
|
Reference in New Issue
Block a user