Skip to content
Snippets Groups Projects
Commit 3877cb9a authored by Rohan Rajpal's avatar Rohan Rajpal Committed by Jean-Baptiste Kempf
Browse files

qml: Editor - Give bgAlt color to qml part


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 94cd7125
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment