diff --git a/modules/gui/qt/qml/dialogs/ToolbarEditor.qml b/modules/gui/qt/qml/dialogs/ToolbarEditor.qml index 76fe299c9c974b64362c6a0385ee523a1d067cfc..75e110953fcac194c7251b47c796726ef3bac277 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