mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Use Maximize (with frame & menu) instead of full screen
This commit is contained in:
parent
6cf17f2699
commit
723de9c912
@ -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();
|
||||
}
|
||||
|
@ -2977,7 +2977,7 @@ p, li { white-space: pre-wrap; }
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Fullscreen Toggle</string>
|
||||
<string>&Maximize Toggle</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">F11</string>
|
||||
|
Loading…
Reference in New Issue
Block a user