mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Show player picture left of device configuration.
After shrinking the size of the Rockbox logo shown and making the selected device display two lines there is now enough room to also show an icon of the player. The icon is scaled depending on the application font size, so for setups configured with a larger font it still should show up in a reasonable size. Change-Id: I8f62f3292c62f820309157db73741b57fd6371ef
This commit is contained in:
parent
40e306ba37
commit
f419128a6b
56 changed files with 138 additions and 13 deletions
|
|
@ -59,6 +59,7 @@ const static struct {
|
|||
{ SystemInfo::CurName, ":platform:/name", "" },
|
||||
{ SystemInfo::CurBuildserverModel, ":platform:/buildserver_modelname", "" },
|
||||
{ SystemInfo::CurConfigureModel, ":platform:/configure_modelname", "" },
|
||||
{ SystemInfo::CurPlayerPicture, ":platform:/playerpic", "" },
|
||||
};
|
||||
|
||||
//! pointer to setting object to NULL
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ class SystemInfo : public QObject
|
|||
CurName,
|
||||
CurBuildserverModel,
|
||||
CurConfigureModel,
|
||||
CurPlayerPicture,
|
||||
};
|
||||
|
||||
enum PlatformType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue