[vlc-commits] qml: Editor - Give bgAlt color to qml part
Rohan Rajpal
git at videolan.org
Wed Aug 21 16:27:03 CEST 2019
vlc | branch: master | Rohan Rajpal <rohan17089 at iiitd.ac.in> | Sun Aug 11 00:01:40 2019 +0530| [3877cb9ac32cfb416d515f9d439835d629a14e5a] | committer: Jean-Baptiste Kempf
qml: Editor - Give bgAlt color to qml part
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3877cb9ac32cfb416d515f9d439835d629a14e5a
---
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
More information about the vlc-commits
mailing list