mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
imageinfo: remove some fixed width values ...
... to avoid possible ugly overlaps
* split kernel-version from image-version
* whitespace cleanup
Origin commit data
------------------
Branch: ni/coolstream
Commit: c07b8781a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-30 (Sat, 30 Mar 2013)
Origin message was:
------------------
- imageinfo: remove some fixed width values ...
... to avoid possible ugly overlaps
* split kernel-version from image-version
* whitespace cleanup
------------------
This commit was generated by Migit
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