Use Maximize (with frame & menu) instead of full screen

This commit is contained in:
Phil Olynyk 2019-04-03 18:32:33 -04:00
parent 6cf17f2699
commit 723de9c912
2 changed files with 2 additions and 2 deletions

View File

@ -1039,7 +1039,7 @@ QMenu *MainWindow::CreateMenu(QString title)
void MainWindow::on_action_Fullscreen_triggered()
{
if (ui->action_Fullscreen->isChecked()) {
this->showFullScreen();
this->showMaximized();
} else {
this->showNormal();
}

View File

@ -2977,7 +2977,7 @@ p, li { white-space: pre-wrap; }
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Fullscreen Toggle</string>
<string>&amp;Maximize Toggle</string>
</property>
<property name="shortcut">
<string notr="true">F11</string>