From 55efe5ae6357a603b778ddbefcf0458c09e0f404 Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Tue, 16 Jan 2018 13:52:31 +0300 Subject: [PATCH] [Calendar] Adjust the calendar toolbar anchors Summary: Horizontally align the toolbar row to the days/month/etc grid canvas. (The bar was used to be a few pixels wider) Test Plan: Before: {F5514329} After: {F5514330} Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: aacid, davidedmundson, broulik, plasma-devel, #plasma, #frameworks Tags: #frameworks, #plasma Maniphest Tasks: T7499 Differential Revision: https://phabricator.kde.org/D9019 --- src/declarativeimports/calendar/qml/DaysCalendar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarativeimports/calendar/qml/DaysCalendar.qml b/src/declarativeimports/calendar/qml/DaysCalendar.qml index 2b3ce446c..0ad5836f5 100644 --- a/src/declarativeimports/calendar/qml/DaysCalendar.qml +++ b/src/declarativeimports/calendar/qml/DaysCalendar.qml @@ -90,8 +90,8 @@ Item { RowLayout { anchors { top: parent.top - left: parent.left - right: parent.right + left: canvas.left + right: canvas.right } spacing: units.smallSpacing