mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
misc: clean up some anchors warnings
Change-Id: Ibd815ade167a32f14fd81a5675d9aeccb8ad5460
This commit is contained in:
parent
7cc1cddf6c
commit
af1fd162ce
3 changed files with 0 additions and 4 deletions
|
@ -31,8 +31,6 @@ Rectangle {
|
|||
|
||||
color: JamiTheme.backgroundColor
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
Connections {
|
||||
target: LRCInstance
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ import "../../commoncomponents"
|
|||
Rectangle {
|
||||
id: root
|
||||
|
||||
anchors.fill: parent
|
||||
color: JamiTheme.secondaryBackgroundColor
|
||||
|
||||
ColumnLayout {
|
||||
|
|
|
@ -32,7 +32,6 @@ Rectangle {
|
|||
signal itemSelected(int index)
|
||||
signal buttonSelectedManually(int index)
|
||||
|
||||
anchors.fill: parent
|
||||
color: JamiTheme.backgroundColor
|
||||
|
||||
ButtonGroup {
|
||||
|
|
Loading…
Add table
Reference in a new issue