shortcuts are now shown with their native representation, fixed edit shortcuts dialog layout

This commit is contained in:
Luis Ángel San Martín
2014-07-19 10:55:52 +02:00
parent 5e7c2f72b5
commit 1dc8942171
4 changed files with 14 additions and 8 deletions

View File

@ -51,7 +51,7 @@ ShortcutsDialog::ShortcutsDialog(QWidget * parent)
setLayout(imgMainLayout);
setFixedSize(QSize(700,500));
setFixedSize(QSize(700,500));
QFile f(":/files/shortcuts.html");
f.open(QIODevice::ReadOnly);