mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Enlarge the Keyboard Shortcuts window.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3316 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ff13e8d4b0
commit
97a9e18846
@ -1161,7 +1161,7 @@ void MainWindow::on_actionKeyboard_shortcuts_triggered()
|
||||
pShortcuts->setReadOnly(true);
|
||||
pShortcuts->setFontPointSize(10);
|
||||
pShortcuts->setWindowTitle("Keyboard Shortcuts");
|
||||
pShortcuts->setGeometry(QRect(45,50,430,440));
|
||||
pShortcuts->setGeometry(QRect(45,50,430,460));
|
||||
Qt::WindowFlags flags = Qt::WindowCloseButtonHint |
|
||||
Qt::WindowMinimizeButtonHint;
|
||||
pShortcuts->setWindowFlags(flags);
|
||||
|
Loading…
Reference in New Issue
Block a user