diff options
author | Saturn&Eric <[email protected]> | 2021-12-13 14:50:57 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-13 14:50:57 +0000 |
commit | ee4752ed756e3114f740efddf63ce987ac154d03 (patch) | |
tree | 27653d56c88849c99c70b8fc7223f8ae98090f0b /src/ui/widgets/KeyList.cpp | |
parent | Update CI for Release and Debug. (diff) | |
parent | Added & Fixed (diff) | |
download | GpgFrontend-ee4752ed756e3114f740efddf63ce987ac154d03.tar.gz GpgFrontend-ee4752ed756e3114f740efddf63ce987ac154d03.zip |
Merge pull request #31 from saturneric/develop-ui
v2.0.2-beta.1
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r-- | src/ui/widgets/KeyList.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp index 5931e337..02a12e80 100644 --- a/src/ui/widgets/KeyList.cpp +++ b/src/ui/widgets/KeyList.cpp @@ -46,6 +46,7 @@ void KeyList::init() { mGroupTab = new QTabWidget(); mGroupTab->setMovable(true); mGroupTab->setTabsClosable(false); + mGroupTab->setDocumentMode(true); auto* layout = new QVBoxLayout; layout->addWidget(mGroupTab); |