vlc | branch: master | Abel Tesfaye <[email protected]> | Thu Aug 8 20:43:17 2019 +0300| [cf548a85d6e91f9ed9bd63e298c8608de87cfe48] | committer: Jean-Baptiste Kempf
qml: padding for contextButton Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
