mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
fix one last hardcoded shortcut-translation
This commit is contained in:
parent
4d5af028be
commit
fc286cca22
@ -221,7 +221,7 @@ void QETMainWindow::updateFullScreenAction()
|
||||
fullscreen_action_ -> setIcon(QET::Icons::FullScreenEnter);
|
||||
fullscreen_action_ -> setStatusTip(tr("Affiche QElectroTech en mode plein écran", "status bar tip"));
|
||||
}
|
||||
fullscreen_action_ -> setShortcut(QKeySequence(tr("Ctrl+Shift+F")));
|
||||
fullscreen_action_ -> setShortcut(Qt::CTRL | Qt::SHIFT | Qt::Key_F);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user