mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 00:56:55 +02:00
Add ability to set the position of the top screen cover image in custom themes
This commit is contained in:
@@ -65,6 +65,11 @@ public:
|
||||
themeFileIconFactory, this, vblankTextureLoader, &viewModel->GetCoverRepository());
|
||||
}
|
||||
|
||||
Point GetTopCoverPosition() const override
|
||||
{
|
||||
return Point(75, 18);
|
||||
}
|
||||
|
||||
private:
|
||||
const MaterialColorScheme* _materialColorScheme;
|
||||
const IFontRepository* _fontRepository;
|
||||
|
||||
Reference in New Issue
Block a user