diff --git a/ApplicationCode/UserInterface/RiuMainWindow.h b/ApplicationCode/UserInterface/RiuMainWindow.h index 967f25f6b4..2c9d94b5dc 100644 --- a/ApplicationCode/UserInterface/RiuMainWindow.h +++ b/ApplicationCode/UserInterface/RiuMainWindow.h @@ -151,7 +151,7 @@ private: QAction* m_exitAction; // Recent files - enum { MaxRecentFiles = 5 }; + enum { MaxRecentFiles = 9 }; QAction* m_recentFilesSeparatorAction; QMenu* m_recentFilesMenu; QAction* m_recentFileActions[MaxRecentFiles];