ui: Fixed shortcuts dialog

* fixed table sizes
* fixed scrolling for MacOS
* fixed couldn't resize dialog
This commit is contained in:
Eberhard Graether
2017-02-22 03:17:35 +01:00
parent c895179ace
commit 79fc78a518
4 changed files with 86 additions and 121 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ void QtMainWindow::showDocumentation()
void QtMainWindow::showKeyboardShortcuts()
{
QtKeyboardShortcuts* keyboardShortcutWindow = createWindow<QtKeyboardShortcuts>();
keyboardShortcutWindow->setupKeyboardShortcuts();
keyboardShortcutWindow->setup();
}
void QtMainWindow::showBugtracker()