From 45da4b1d9609e5b39ab77afeaca5f9eb4ee754ed Mon Sep 17 00:00:00 2001 From: Doctor Kamber Date: Thu, 31 Jul 2008 02:19:12 +0300 Subject: [PATCH] Place input dialog in the right of account dialog --- qt/leleja/accountDialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt/leleja/accountDialog.cpp b/qt/leleja/accountDialog.cpp index 09b96c5..de0f9d5 100644 --- a/qt/leleja/accountDialog.cpp +++ b/qt/leleja/accountDialog.cpp @@ -43,6 +43,9 @@ void AccountDialog::on_addUserButton_clicked() { std::cout << "AccountDialog::on_addUserButton_clicked()\n"; + // Place input dialog in the right of accout dialog. + pInputDialog->move(pos().x() + frameGeometry().width(), + pos().y()); pInputDialog->show(); } -- 2.11.4.GIT