mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
correct edit icon position
This commit is contained in:
parent
10ab98a920
commit
d1ade32268
Binary file not shown.
@ -154,7 +154,7 @@ AppInfo(const char *title, string dir, u8* icon)
|
||||
// Edit
|
||||
GuiButton edit(editBtn.GetWidth(), editBtn.GetHeight());
|
||||
edit.SetAlignment(ALIGN_LEFT, ALIGN_TOP);
|
||||
if(icon)
|
||||
if((Options.device_icon == 2 || Options.device_icon == 3) && (Settings.device == "sd_usb" || Settings.device == "all"))
|
||||
edit.SetPosition(48, 15);
|
||||
else
|
||||
edit.SetPosition(10, 10);
|
||||
|
Loading…
Reference in New Issue
Block a user