remove empty screen after settings menu simplified
This commit is contained in:
parent
be9392e698
commit
7d74749b45
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace Pinetime {
|
||||||
static constexpr int entriesPerScreen = 4;
|
static constexpr int entriesPerScreen = 4;
|
||||||
|
|
||||||
// Increment this when more space is needed
|
// Increment this when more space is needed
|
||||||
static constexpr int nScreens = 4;
|
static constexpr int nScreens = 3;
|
||||||
|
|
||||||
static constexpr std::array<List::Applications, entriesPerScreen * nScreens> entries {{
|
static constexpr std::array<List::Applications, entriesPerScreen * nScreens> entries {{
|
||||||
{Symbols::home, "Watch face", Apps::SettingWatchFace},
|
{Symbols::home, "Watch face", Apps::SettingWatchFace},
|
||||||
|
|
Loading…
Reference in a new issue