From 79dd1d5258500589f19ecce270af573fca79dbe0 Mon Sep 17 00:00:00 2001 From: Fatih Uzunoglu <fuzun54@outlook.com> Date: Thu, 15 Jul 2021 18:12:07 +0300 Subject: [PATCH] qml: correct left/right margin of player toolbar --- modules/gui/qt/player/qml/ControlBar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/qt/player/qml/ControlBar.qml b/modules/gui/qt/player/qml/ControlBar.qml index b90359eb5d53..ce390665d504 100644 --- a/modules/gui/qt/player/qml/ControlBar.qml +++ b/modules/gui/qt/player/qml/ControlBar.qml @@ -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 -- GitLab