mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
fix one last hardcoded shortcut-translation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user