aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-31 14:19:14 +0000
committerSaturneric <[email protected]>2021-05-31 14:19:14 +0000
commitdff37c4a6dadf81924d535939ce6ac288506654d (patch)
treea00af3d47ce2c9f9bea5dfe432102c2ebe1a9d19 /src/ui/widgets/KeyList.cpp
parentAdd a copyright statement to the header of some files. (diff)
downloadGpgFrontend-dff37c4a6dadf81924d535939ce6ac288506654d.tar.gz
GpgFrontend-dff37c4a6dadf81924d535939ce6ac288506654d.zip
Write a text logo for never expiring.
Adjust the UI of the key details interface Set the minimum length and width of the key details window. Adjust the structure and layout of each tab page of key details. Adjust part of the interface UI and text description. Add revocation parentheses for signature deletion. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r--src/ui/widgets/KeyList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp
index 27e57817..0868890f 100644
--- a/src/ui/widgets/KeyList.cpp
+++ b/src/ui/widgets/KeyList.cpp
@@ -77,7 +77,7 @@ KeyList::KeyList(GpgME::GpgContext *ctx,
<< tr("Usage") << tr("Validity") << tr("Finger Print");
mKeyList->setHorizontalHeaderLabels(labels);
- mKeyList->horizontalHeader()->setStretchLastSection(true);
+ mKeyList->horizontalHeader()->setStretchLastSection(false);
auto *layout = new QVBoxLayout;
layout->addWidget(mKeyList);