aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar/WeekNumberColumn.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/calendar/WeekNumberColumn.qml')
-rw-r--r--src/imports/calendar/WeekNumberColumn.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/calendar/WeekNumberColumn.qml b/src/imports/calendar/WeekNumberColumn.qml
index 8c0e75fa..221b9d71 100644
--- a/src/imports/calendar/WeekNumberColumn.qml
+++ b/src/imports/calendar/WeekNumberColumn.qml
@@ -46,8 +46,8 @@ AbstractWeekNumberColumn {
implicitHeight: Math.max(background ? background.implicitHeight : 0,
contentItem.implicitHeight + topPadding + bottomPadding)
- leftPadding: Theme.padding
- rightPadding: Theme.padding
+ leftPadding: 6
+ rightPadding: 6
//! [delegate]
delegate: Text {