From 9d11c3158a4f3dbe3d79eca2547692e72e29f2d5 Mon Sep 17 00:00:00 2001 From: Peyton-McKee Date: Wed, 10 Apr 2024 14:17:30 -0400 Subject: [PATCH] #41 Update Number of pages --- NERODevelopment/src/controllers/navigationcontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NERODevelopment/src/controllers/navigationcontroller.h b/NERODevelopment/src/controllers/navigationcontroller.h index a8f9ce1..803cc0b 100644 --- a/NERODevelopment/src/controllers/navigationcontroller.h +++ b/NERODevelopment/src/controllers/navigationcontroller.h @@ -33,7 +33,7 @@ public slots: private: bool m_isSelected = false; int m_selectedPageIndex = 0; - int m_numPages = 6; + int m_numPages = 7; }; #endif // NAVIGATIONCONTROLLER_H