mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
cc_item_picture: rework for svg-support, simplified structure
- simplified icon and logohandling in headers
- add svg examples, fix some other tests inside test_menu.cpp
Origin commit data
------------------
Commit: 06fac0b58e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
This commit is contained in:
@@ -42,7 +42,8 @@ class CTestMenu : public CMenuTarget
|
||||
private:
|
||||
CComponentsShapeCircle * circle;
|
||||
CComponentsShapeSquare* sq;
|
||||
CComponentsPicture* pic;
|
||||
CComponentsPicture *pic;
|
||||
CComponentsPicture *picsvg;
|
||||
CComponentsForm *form;
|
||||
CComponentsText *txt;
|
||||
CComponentsHeader *header;
|
||||
|
Reference in New Issue
Block a user