aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar/DayOfWeekRow.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-07-02 12:27:53 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-07-06 10:41:09 +0000
commit36c40a1cebe522e2655ab05d4e461eddbed364c7 (patch)
treeb8d714cd20904933384e04a1209790c2a8625d18 /src/imports/calendar/DayOfWeekRow.qml
parent44cb549108913757277bd266c64aac9b2f6e6e8e (diff)
Remove non-color properties from Theme
Better start with a minimal set. It will be also easier to transition from Theme to Palette if it gets done. Change-Id: Ic9951ac5b913f99a84e2b8efb9ae7f8d61177aee Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/imports/calendar/DayOfWeekRow.qml')
-rw-r--r--src/imports/calendar/DayOfWeekRow.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/calendar/DayOfWeekRow.qml b/src/imports/calendar/DayOfWeekRow.qml
index 08532527..581071b1 100644
--- a/src/imports/calendar/DayOfWeekRow.qml
+++ b/src/imports/calendar/DayOfWeekRow.qml
@@ -46,8 +46,8 @@ AbstractDayOfWeekRow {
implicitHeight: Math.max(background ? background.implicitHeight : 0,
contentItem.implicitHeight + topPadding + bottomPadding)
- topPadding: Theme.padding
- bottomPadding: Theme.padding
+ topPadding: 6
+ bottomPadding: 6
//! [delegate]
delegate: Text {