[vlc-devel] [PATCH 20/29] qml: padding for contextButton

Abel Tesfaye abeltesfaye45 at gmail.com
Tue Aug 20 12:42:37 CEST 2019


From: Abel Tesfaye <Abeltesfaye45 at gmail.com>

---
 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
-- 
2.21.0



More information about the vlc-devel mailing list