[vlc-commits] qml: padding for contextButton
Abel Tesfaye
git at videolan.org
Wed Aug 21 15:08:58 CEST 2019
vlc | branch: master | Abel Tesfaye <Abeltesfaye45 at gmail.com> | Thu Aug 8 20:43:17 2019 +0300| [cf548a85d6e91f9ed9bd63e298c8608de87cfe48] | committer: Jean-Baptiste Kempf
qml: padding for contextButton
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf548a85d6e91f9ed9bd63e298c8608de87cfe48
---
modules/gui/qt/qml/utils/ListItem.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/qml/utils/ListItem.qml b/modules/gui/qt/qml/utils/ListItem.qml
index d30ea1dad3..4ba18ad8f6 100644
--- a/modules/gui/qt/qml/utils/ListItem.qml
+++ b/modules/gui/qt/qml/utils/ListItem.qml
@@ -113,7 +113,7 @@ NavigableFocusScope {
RowLayout {
anchors.fill: parent
-
+ anchors.rightMargin: VLCStyle.margin_xxsmall
Item {
Layout.preferredWidth: VLCStyle.icon_normal
Layout.preferredHeight: VLCStyle.icon_normal
More information about the vlc-commits
mailing list