Skip to content
Snippets Groups Projects
Commit 79dd1d52 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qml: correct left/right margin of player toolbar

parent f4454ee0
No related branches found
No related tags found
1 merge request!417qml: controlbar/controlbuttons improvements
......@@ -133,8 +133,8 @@ FocusScope {
Item {
Layout.fillWidth: true
Layout.leftMargin: VLCStyle.margin_normal
Layout.rightMargin: VLCStyle.margin_normal
Layout.leftMargin: VLCStyle.margin_large
Layout.rightMargin: VLCStyle.margin_large
Layout.bottomMargin: VLCStyle.margin_xsmall
Layout.preferredHeight: playerButtonsLayout.implicitHeight
......
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