From 0572e873f11dfaa69db2bd2723a9058e99522859 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Fri, 17 Oct 2014 12:11:45 +0200 Subject: Increase space between conference selection buttons Change-Id: I94f8944c2ba5a2e40bcf99c76f2d7e93c5f84def Reviewed-by: Caroline Chao --- qml/components/ConferenceSwitcher.qml | 4 ++-- src/theme.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/qml/components/ConferenceSwitcher.qml b/qml/components/ConferenceSwitcher.qml index f2f7292..7808820 100644 --- a/qml/components/ConferenceSwitcher.qml +++ b/qml/components/ConferenceSwitcher.qml @@ -57,10 +57,10 @@ Rectangle { ListView { interactive: false anchors.top: subTitle.bottom - anchors.topMargin: Theme.margins.twenty + anchors.topMargin: Theme.margins.forty height: parent.height - subTitle.height width: parent.width - spacing: Theme.margins.ten + spacing: Theme.margins.forty model: SortFilterModel { id: sortModel sortRole: "title" diff --git a/src/theme.cpp b/src/theme.cpp index ab7f327..b7a8e48 100644 --- a/src/theme.cpp +++ b/src/theme.cpp @@ -166,6 +166,7 @@ Theme::Theme(QObject *parent) m_margins->insert(QLatin1String("fifteen"), QVariant(applyRatio(15))); m_margins->insert(QLatin1String("twenty"), QVariant(applyRatio(20))); m_margins->insert(QLatin1String("thirty"), QVariant(applyRatio(30))); + m_margins->insert(QLatin1String("forty"), QVariant(applyRatio(40))); } int Theme::applyFontRatio(const int value) -- cgit v1.2.3