vlc | branch: master | Pierre Lamot <pie...@videolabs.io> | Tue Aug 27 14:46:04 
2019 +0200| [ab6d52d32b77e1f535b7d1f9485e6792ae21a5cb] | committer: 
Jean-Baptiste Kempf

qml: LabelSeparator don't set anchors from root object

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab6d52d32b77e1f535b7d1f9485e6792ae21a5cb
---

 modules/gui/qt/qml/utils/LabelSeparator.qml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/gui/qt/qml/utils/LabelSeparator.qml 
b/modules/gui/qt/qml/utils/LabelSeparator.qml
index 3eb6368340..6fc4803698 100644
--- a/modules/gui/qt/qml/utils/LabelSeparator.qml
+++ b/modules/gui/qt/qml/utils/LabelSeparator.qml
@@ -23,10 +23,6 @@ import "qrc:///style/"
 Item{
     id: control
     height: childrenRect.height
-    anchors{
-        left: parent.left
-        right: parent.right
-    }
 
     property alias text: txt.text
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to