[vlc-devel] [PATCH 08/15] qml: Editor - Give bgAlt color to qml part

Rohan Rajpal rohan17089 at iiitd.ac.in
Mon Aug 12 15:24:22 CEST 2019


---
 modules/gui/qt/qml/dialogs/ToolbarEditor.qml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/modules/gui/qt/qml/dialogs/ToolbarEditor.qml b/modules/gui/qt/qml/dialogs/ToolbarEditor.qml
index 76fe299c9c..75e110953f 100644
--- a/modules/gui/qt/qml/dialogs/ToolbarEditor.qml
+++ b/modules/gui/qt/qml/dialogs/ToolbarEditor.qml
@@ -50,9 +50,7 @@ Rectangle{
                 Layout.preferredHeight: VLCStyle.heightBar_large
                 Layout.fillWidth: true
                 Layout.margins: VLCStyle.margin_xxsmall
-                border.width: 1
-                border.color: VLCStyle.colors.buttonText
-                color: "transparent"
+                color: VLCStyle.colors.bgAlt
 
                 EditorDNDView {
                     id : playerBtnDND
@@ -67,9 +65,7 @@ Rectangle{
             Layout.fillHeight: true
             Layout.fillWidth: true
             Layout.margins: VLCStyle.margin_xxsmall
-            border.color: VLCStyle.colors.buttonText
-            border.width: 1
-            color: "transparent"
+            color: VLCStyle.colors.bgAlt
 
             ColumnLayout{
                 anchors.fill: parent
-- 
2.17.1



More information about the vlc-devel mailing list