1
0
Fork 0
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:
Sébastien Blin 2022-02-09 16:00:14 -05:00 committed by Amin Bandali
parent 7cc1cddf6c
commit af1fd162ce
3 changed files with 0 additions and 4 deletions

View file

@ -31,8 +31,6 @@ Rectangle {
color: JamiTheme.backgroundColor
anchors.fill: parent
Connections {
target: LRCInstance

View file

@ -29,7 +29,6 @@ import "../../commoncomponents"
Rectangle {
id: root
anchors.fill: parent
color: JamiTheme.secondaryBackgroundColor
ColumnLayout {

View file

@ -32,7 +32,6 @@ Rectangle {
signal itemSelected(int index)
signal buttonSelectedManually(int index)
anchors.fill: parent
color: JamiTheme.backgroundColor
ButtonGroup {