mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +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()
|
void MainWindow::on_action_Fullscreen_triggered()
|
||||||
{
|
{
|
||||||
if (ui->action_Fullscreen->isChecked()) {
|
if (ui->action_Fullscreen->isChecked()) {
|
||||||
this->showFullScreen();
|
this->showMaximized();
|
||||||
} else {
|
} else {
|
||||||
this->showNormal();
|
this->showNormal();
|
||||||
}
|
}
|
||||||
|
@ -2977,7 +2977,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Fullscreen Toggle</string>
|
<string>&Maximize Toggle</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string notr="true">F11</string>
|
<string notr="true">F11</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user