diff --git a/sources/editor/ui/qetelementeditor.cpp b/sources/editor/ui/qetelementeditor.cpp
index 684a5ca48..4c544f5bf 100644
--- a/sources/editor/ui/qetelementeditor.cpp
+++ b/sources/editor/ui/qetelementeditor.cpp
@@ -1010,8 +1010,10 @@ void QETElementEditor::setupActions()
#ifndef Q_OS_MAC
ui->m_delete_action -> setShortcut(QKeySequence(Qt::Key_Delete));
+ ui->m_quit_action -> setShortcut(QKeySequence(tr("Ctrl+Q")));
#else
ui->m_delete_action -> setShortcut(QKeySequence(tr("Backspace")));
+ ui->m_quit_action -> setShortcut(QKeySequence(tr("Ctrl+W")));
#endif
//Depth action
diff --git a/sources/editor/ui/qetelementeditor.ui b/sources/editor/ui/qetelementeditor.ui
index 2c650052d..ef99d1683 100644
--- a/sources/editor/ui/qetelementeditor.ui
+++ b/sources/editor/ui/qetelementeditor.ui
@@ -25,7 +25,7 @@
0
0
800
- 21
+ 33