From 0abcde16d4f6e21041df3bc64fe350a2ae1feba4 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Fri, 15 Mar 2013 21:18:10 +0000 Subject: [PATCH] UI Nits: Date Settings "un-scrunched" .. no space in the layout of the date settings edit dialog made all the options scrunched up. Just added some 5px spacing to breath some air into it. --- src/TimeUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TimeUtils.cpp b/src/TimeUtils.cpp index 56f1a3962..7fd014fdd 100644 --- a/src/TimeUtils.cpp +++ b/src/TimeUtils.cpp @@ -129,7 +129,7 @@ DateSettingsEdit::DateSettingsEdit(QWidget *parent) : parent(parent), active(fal setContentsMargins(0,0,0,0); QFormLayout *mainLayout = new QFormLayout(this); mainLayout->setContentsMargins(0,0,0,0); - mainLayout->setSpacing(0); + mainLayout->setSpacing(5); QFont sameFont; #ifdef Q_OS_MAC