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

List:       kde-commits
Subject:    [ruqola] src/qml: Add separator
From:       Montel Laurent <null () kde ! org>
Date:       2017-11-30 21:58:19
Message-ID: E1eKWqZ-0000XB-FZ () code ! kde ! org
[Download RAW message or body]

Git commit 8fe2d5094d5ff74263a614039a88d60e7fc024e4 by Montel Laurent.
Committed on 30/11/2017 at 21:57.
Pushed by mlaurent into branch 'master'.

Add separator

M  +8    -0    src/qml/Desktop.qml

https://commits.kde.org/ruqola/8fe2d5094d5ff74263a614039a88d60e7fc024e4

diff --git a/src/qml/Desktop.qml b/src/qml/Desktop.qml
index 5088b83..ec77e8b 100644
--- a/src/qml/Desktop.qml
+++ b/src/qml/Desktop.qml
@@ -250,6 +250,14 @@ Kirigami.ApplicationWindow {
                                     createNewChannelDialog.open()
                                 }
                             }
+                            QQC2.MenuSeparator {
+                                padding: 0
+                                contentItem: Rectangle {
+                                    implicitWidth: 200
+                                    implicitHeight: 1
+                                    color: "#1E000000"
+                                }
+                            }
                             QQC2.MenuItem {
                                 text: i18n("Channel Info")
                                 onTriggered: {

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

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