forked from len0rd/rockbox
Make Rockbox logo smaller and move device information up.
The original way of including the Rockbox logo wastes quite a bit of space. Make it smaller and move it to the left, so the information about the configured device can go next to it. Change-Id: I790ffc423135e02e28cc963b0b565284b75bf98c
This commit is contained in:
parent
362f447ede
commit
40e306ba37
3 changed files with 53 additions and 60 deletions
|
|
@ -376,8 +376,8 @@ void RbUtilQt::updateDevice()
|
|||
if(name.isEmpty()) name = "<none>";
|
||||
if(mountpoint.isEmpty())
|
||||
mountpoint = "<invalid>";
|
||||
ui.labelDevice->setText(tr("<b>%1 %2</b> at <b>%3</b>")
|
||||
.arg(brand, name, mountdisplay));
|
||||
ui.labelDevice->setText(tr("<b>%1 %2</b>").arg(brand, name));
|
||||
ui.labelMountpoint->setText(tr("<b>%1</b>").arg(mountdisplay));
|
||||
|
||||
// hide quickstart buttons if no release available
|
||||
bool installable = !ServerInfo::value(ServerInfo::CurReleaseVersion).toString().isEmpty();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue