changeset 191:79da81b9e184

Move a line cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Nov 2017 12:19:27 +0200
parents 76afbf6508c8
children dfe5e8d7c58a
files src/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Wed Nov 08 15:46:51 2017 +0200
+++ b/src/main.cpp	Thu Nov 09 12:19:27 2017 +0200
@@ -439,10 +439,10 @@
 
     new QShortcut(QKeySequence(QKeySequence::ZoomIn), this, SLOT(changeUIZoomIn()));
     new QShortcut(QKeySequence(QKeySequence::ZoomOut), this, SLOT(changeUIZoomOut()));
+    new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_0), this, SLOT(changeUIZoomReset()));
     new QShortcut(QKeySequence(Qt::CTRL + Qt::KeypadModifier + Qt::Key_Plus), this, SLOT(changeUIZoomIn()));
     new QShortcut(QKeySequence(Qt::CTRL + Qt::KeypadModifier + Qt::Key_Minus), this, SLOT(changeUIZoomOut()));
     new QShortcut(QKeySequence(Qt::CTRL + Qt::KeypadModifier + Qt::Key_0), this, SLOT(changeUIZoomReset()));
-    new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_0), this, SLOT(changeUIZoomReset()));
 
     new QShortcut(QKeySequence(Qt::Key_PageUp), this, SLOT(selectRowPrev()));
     new QShortcut(QKeySequence(Qt::Key_PageDown), this, SLOT(selectRowNext()));