mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Increased number of items in recent files to 9
This commit is contained in:
parent
07116c3bf6
commit
993a67edb6
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user