summaryrefslogtreecommitdiffstats
path: root/qt-ui/socialnetworks.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-27 14:37:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-27 14:37:43 -0700
commit1f0c9eec9640450f20449140244966e2b3a2ea13 (patch)
treef4e9edabf5204edf9926d01dc5d8789104afaab9 /qt-ui/socialnetworks.cpp
parent485df96cf66132ae7f7d386331945fa2f5883120 (diff)
downloadsubsurface-1f0c9eec9640450f20449140244966e2b3a2ea13.tar.gz
Preferences dialog: yet another attempt to make it fit
Designer is such an utter piece of crap I am at a lack for words. After a few hours with a real UI tool (i.e., vim) I have the preferences dialog reasonably close to where I want it. It's still not perfect, but at least it no longer contains tons of unused space, it fits fine on a 1024x768 screen and it is visually consistent across the different pages. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/socialnetworks.cpp')
-rw-r--r--qt-ui/socialnetworks.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/qt-ui/socialnetworks.cpp b/qt-ui/socialnetworks.cpp
index 6a81d5db7..c165043b6 100644
--- a/qt-ui/socialnetworks.cpp
+++ b/qt-ui/socialnetworks.cpp
@@ -269,8 +269,9 @@ void FacebookManager::sendDive()
}
}
-SocialNetworkDialog::SocialNetworkDialog(QWidget *parent) : QDialog(parent)
- , ui( new Ui::SocialnetworksDialog())
+SocialNetworkDialog::SocialNetworkDialog(QWidget *parent) :
+ QDialog(parent),
+ ui( new Ui::SocialnetworksDialog())
{
ui->setupUi(this);
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);