Allow main window to resize to much smaller size when needed. Should help people with small screens to resize RS window appropriately (patch from Manuel Davis)

This commit is contained in:
csoler 2016-01-26 22:16:45 -05:00
parent 2072ca4ade
commit f063e5ba6f
2 changed files with 34 additions and 0 deletions

View file

@ -50,6 +50,8 @@ public:
public slots:
/** Displays the page associated with the activated action. */
void showPage(QAction *pageAction);
/** Adjusts the size of the Main page and the Main window. */
void onCurrentChanged(int index);
private:
/** Maps an action to a Main page. */