mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
shortcuts are now shown with their native representation, fixed edit shortcuts dialog layout
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user