ui: Fixed shortcuts dialog
* fixed table sizes * fixed scrolling for MacOS * fixed couldn't resize dialog
This commit is contained in:
@@ -306,7 +306,7 @@ void QtMainWindow::showDocumentation()
|
||||
void QtMainWindow::showKeyboardShortcuts()
|
||||
{
|
||||
QtKeyboardShortcuts* keyboardShortcutWindow = createWindow<QtKeyboardShortcuts>();
|
||||
keyboardShortcutWindow->setupKeyboardShortcuts();
|
||||
keyboardShortcutWindow->setup();
|
||||
}
|
||||
|
||||
void QtMainWindow::showBugtracker()
|
||||
|
||||
Reference in New Issue
Block a user