[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-framework] src/declarativeimports/calendar/qml: [Calendar] Adjust the calendar toolbar ancho
From:       Alexander Akulich <null () kde ! org>
Date:       2018-01-16 10:57:17
Message-ID: E1ebOvd-0007H2-2S () code ! kde ! org
[Download RAW message or body]

Git commit 55efe5ae6357a603b778ddbefcf0458c09e0f404 by Alexander Akulich.
Committed on 16/01/2018 at 10:57.
Pushed by akulichalexandr into branch 'master'.

[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

M  +2    -2    src/declarativeimports/calendar/qml/DaysCalendar.qml

https://commits.kde.org/plasma-framework/55efe5ae6357a603b778ddbefcf0458c09e0f404

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
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic