[vlc-commits] qml: LabelSeparator don't set anchors from root object
Pierre Lamot
git at videolan.org
Fri Sep 6 18:01:47 CEST 2019
vlc | branch: master | Pierre Lamot <pierre at 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
More information about the vlc-commits
mailing list