vlc | branch: master | Rohan Rajpal <[email protected]> | Mon Jul 29 17:21:51 2019 +0530| [578c84f6817320e4c9714afc5cddf3667ac1459a] | committer: Jean-Baptiste Kempf
qml: Remove unnecessary anchors from back button Remove anchors from backbtn in Controlbuttons Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=578c84f6817320e4c9714afc5cddf3667ac1459a --- modules/gui/qt/qml/player/ControlButtons.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/gui/qt/qml/player/ControlButtons.qml b/modules/gui/qt/qml/player/ControlButtons.qml index 835ca01ccf..f680e52e5a 100644 --- a/modules/gui/qt/qml/player/ControlButtons.qml +++ b/modules/gui/qt/qml/player/ControlButtons.qml @@ -68,8 +68,6 @@ Item{ Utils.IconToolButton { id: backBtn objectName: "IconToolButton" - anchors.left: parent.left - anchors.verticalCenter: parent.verticalCenter size: VLCStyle.icon_medium text: VLCIcons.exit onClicked: history.previous(History.Go) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
