Skip to content
Snippets Groups Projects
Commit af1fd162 authored by Sébastien Blin's avatar Sébastien Blin Committed by Amin Bandali
Browse files

misc: clean up some anchors warnings

Change-Id: Ibd815ade167a32f14fd81a5675d9aeccb8ad5460
parent 7cc1cddf
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,6 @@ Rectangle { ...@@ -31,8 +31,6 @@ Rectangle {
color: JamiTheme.backgroundColor color: JamiTheme.backgroundColor
anchors.fill: parent
Connections { Connections {
target: LRCInstance target: LRCInstance
......
...@@ -29,7 +29,6 @@ import "../../commoncomponents" ...@@ -29,7 +29,6 @@ import "../../commoncomponents"
Rectangle { Rectangle {
id: root id: root
anchors.fill: parent
color: JamiTheme.secondaryBackgroundColor color: JamiTheme.secondaryBackgroundColor
ColumnLayout { ColumnLayout {
......
...@@ -32,7 +32,6 @@ Rectangle { ...@@ -32,7 +32,6 @@ Rectangle {
signal itemSelected(int index) signal itemSelected(int index)
signal buttonSelectedManually(int index) signal buttonSelectedManually(int index)
anchors.fill: parent
color: JamiTheme.backgroundColor color: JamiTheme.backgroundColor
ButtonGroup { ButtonGroup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment