[vlc-devel] [PATCH 4/4] qml: add margins around Dialogs buttons

Pierre Lamot pierre at videolabs.io
Thu Feb 6 14:10:15 CET 2020


---
 modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml b/modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
index e45abb489d..f6d348f727 100644
--- a/modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
+++ b/modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
@@ -155,6 +155,8 @@ Item {
 
                 RowLayout {
                     anchors.fill: parent
+                    anchors.leftMargin: VLCStyle.margin_xxsmall
+                    anchors.rightMargin: VLCStyle.margin_xxsmall
 
                     Widgets.TextToolButton {
                         id: loginCancel
@@ -226,6 +228,8 @@ Item {
             Rectangle {
                 color: VLCStyle.colors.banner
                 anchors.fill: parent
+                anchors.leftMargin: VLCStyle.margin_xxsmall
+                anchors.rightMargin: VLCStyle.margin_xxsmall
 
                 RowLayout {
                     anchors.fill: parent
-- 
2.17.1



More information about the vlc-devel mailing list