diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/keypair_details/KeyPairOperaTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyPairOperaTab.cpp b/src/ui/keypair_details/KeyPairOperaTab.cpp index 57eb8164..0ee61593 100644 --- a/src/ui/keypair_details/KeyPairOperaTab.cpp +++ b/src/ui/keypair_details/KeyPairOperaTab.cpp @@ -64,7 +64,7 @@ KeyPairOperaTab::KeyPairOperaTab(const std::string& key_id, QWidget* parent) auto* edit_password_button = new QPushButton(_("Modify Password")); connect(edit_password_button, SIGNAL(clicked()), this, SLOT(slotModifyPassword())); - + vbox_p_k->addWidget(edit_expires_button); vbox_p_k->addWidget(edit_password_button); } |