[vlc-commits] qml: add margins around Dialogs buttons
Pierre Lamot
git at videolan.org
Thu Feb 13 11:09:46 CET 2020
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue Feb 4 13:48:30 2020 +0100| [cc1a2bc0cf76bec60ac2ccb1cd53b15b959c00db] | committer: Jean-Baptiste Kempf
qml: add margins around Dialogs buttons
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc1a2bc0cf76bec60ac2ccb1cd53b15b959c00db
---
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
More information about the vlc-commits
mailing list