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

List:       kde-commits
Subject:    [plasma-workspace] applets/digital-clock/package/contents/ui: Fix available calendar plugins checkbo
From:       Daniel_Vrátil <dvratil () kde ! org>
Date:       2016-05-31 9:59:19
Message-ID: E1b7gSF-0003RA-IS () scm ! kde ! org
[Download RAW message or body]

Git commit fad800879265d3fe790ffeee11dbf54eecce1df2 by Daniel Vrátil.
Committed on 31/05/2016 at 09:59.
Pushed by dvratil into branch 'master'.

Fix available calendar plugins checkboxes being stacked on top of each other

M  +13   -11   applets/digital-clock/package/contents/ui/configCalendar.qml

http://commits.kde.org/plasma-workspace/fad800879265d3fe790ffeee11dbf54eecce1df2

diff --git a/applets/digital-clock/package/contents/ui/configCalendar.qml \
b/applets/digital-clock/package/contents/ui/configCalendar.qml index c706f20..4381a3a \
                100644
--- a/applets/digital-clock/package/contents/ui/configCalendar.qml
+++ b/applets/digital-clock/package/contents/ui/configCalendar.qml
@@ -48,17 +48,19 @@ Item {
             title: i18n("Available Calendar Plugins")
             flat: true
 
-            Repeater {
-                id: calendarPluginsRepeater
-                model: PlasmaCalendar.EventPluginsManager.model
-                delegate: QtLayouts.RowLayout {
-                    QtControls.CheckBox {
-                        text: model.display
-                        checked: model.checked
-                        onClicked: {
-                            //needed for model's setData to be called
-                            model.checked = checked;
-                            calendarPage.configurationChanged();
+            QtLayouts.ColumnLayout {
+                Repeater {
+                    id: calendarPluginsRepeater
+                    model: PlasmaCalendar.EventPluginsManager.model
+                    delegate: QtLayouts.RowLayout {
+                        QtControls.CheckBox {
+                            text: model.display
+                            checked: model.checked
+                            onClicked: {
+                                //needed for model's setData to be called
+                                model.checked = checked;
+                                calendarPage.configurationChanged();
+                            }
                         }
                     }
                 }


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

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