diff options
author | Saturneric <[email protected]> | 2021-12-16 18:18:38 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-16 18:18:38 +0000 |
commit | 2874ebd5e56a7da7f7e7c96da392199b296d909a (patch) | |
tree | e6b78bcbb33282e652cd47df59987fc5932725c7 /src/ui/MainWindow.cpp | |
parent | Fixed Known Problem. (diff) | |
download | GpgFrontend-2874ebd5e56a7da7f7e7c96da392199b296d909a.tar.gz GpgFrontend-2874ebd5e56a7da7f7e7c96da392199b296d909a.zip |
Fixed & Improve.
1. Fixed Known Issues.
2. Improve UI.
Diffstat (limited to 'src/ui/MainWindow.cpp')
-rw-r--r-- | src/ui/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/MainWindow.cpp b/src/ui/MainWindow.cpp index 1e58e1e1..8e6b6f81 100644 --- a/src/ui/MainWindow.cpp +++ b/src/ui/MainWindow.cpp @@ -50,7 +50,7 @@ void MainWindow::init() noexcept { setCentralWidget(edit); /* the list of Keys available*/ - mKeyList = new KeyList(this); + mKeyList = new KeyList(true, this); infoBoard = new InfoBoardWidget(this); |