From 87febd33be364c3cf6ce9455c383ba4e9f974fd9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 23 Dec 2014 10:16:11 -0800 Subject: Carefully create some forced margins We don't want to waste space, but we don't want things to be too crammed together, either. Especially not having horizontal margins for text can look very awkward. Signed-off-by: Dirk Hohndel --- qt-ui/maintab.cpp | 7 +++++++ qt-ui/maintab.ui | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 898166328..cd85418a8 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -155,6 +155,13 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent), box->setStyleSheet(gnomeCss); } } + // QLineEdit and QLabels should have minimal margin on the left and right but not waste vertical space + QMargins margins(1, 0, 1, 0); + ui.location->setContentsMargins(margins); + ui.suit->setContentsMargins(margins); + Q_FOREACH (QLabel *label, findChildren()) { + label->setContentsMargins(margins); + } ui.cylinders->view()->horizontalHeader()->setContextMenuPolicy(Qt::ActionsContextMenu); QSettings s; diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 47adbf73c..3450224ac 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -43,13 +43,13 @@ - 0 + 2 - 0 + 1 - 0 + 2 0 -- cgit v1.2.3-70-g09d2