aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyPairUIDTab.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-14 17:39:46 +0000
committerSaturneric <[email protected]>2021-07-14 17:39:46 +0000
commita8080780d812d455a2523fdf55f927a7c3f5fb63 (patch)
tree9dc8d2dcfc87a1d103c34e85f769d08d315ce88e /src/ui/keypair_details/KeyPairUIDTab.cpp
parentUpdate Document. (diff)
parentMerge pull request #12 from saturneric/develop (diff)
downloadGpgFrontend-a8080780d812d455a2523fdf55f927a7c3f5fb63.tar.gz
GpgFrontend-a8080780d812d455a2523fdf55f927a7c3f5fb63.zip
Merge from github/main.
Diffstat (limited to 'src/ui/keypair_details/KeyPairUIDTab.cpp')
-rw-r--r--src/ui/keypair_details/KeyPairUIDTab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/keypair_details/KeyPairUIDTab.cpp b/src/ui/keypair_details/KeyPairUIDTab.cpp
index e9db9eee..2a84cef4 100644
--- a/src/ui/keypair_details/KeyPairUIDTab.cpp
+++ b/src/ui/keypair_details/KeyPairUIDTab.cpp
@@ -52,7 +52,7 @@ KeyPairUIDTab::KeyPairUIDTab(GpgME::GpgContext *ctx, const GpgKey &key, QWidget
gridLayout->addWidget(uidList, 0, 0);
gridLayout->addLayout(uidButtonsLayout, 1, 0);
-// gridLayout->setContentsMargins(0, 0, 0, 0);
+ gridLayout->setContentsMargins(0, 10, 0, 0);
auto uidGroupBox = new QGroupBox();
uidGroupBox->setLayout(gridLayout);
@@ -60,7 +60,7 @@ KeyPairUIDTab::KeyPairUIDTab(GpgME::GpgContext *ctx, const GpgKey &key, QWidget
auto signGridLayout = new QGridLayout();
signGridLayout->addWidget(sigList, 0, 0);
-// signGridLayout->setContentsMargins(0, 0, 0, 0);
+ signGridLayout->setContentsMargins(0, 10, 0, 0);
auto signGroupBox = new QGroupBox();
signGroupBox->setLayout(signGridLayout);