mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Margins in Waiting room.
This commit is contained in:
parent
ed3bd406d0
commit
003daa8df8
1 changed files with 4 additions and 1 deletions
|
|
@ -131,10 +131,13 @@ Rectangle {
|
|||
RowLayout{
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
spacing: 0
|
||||
Item{
|
||||
id: stickerView
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
Layout.leftMargin: 10
|
||||
Layout.rightMargin: 10
|
||||
Sticker{
|
||||
id: contentsStack
|
||||
|
||||
|
|
@ -175,7 +178,7 @@ Rectangle {
|
|||
Loader{
|
||||
id: multimediaLoader
|
||||
Layout.fillHeight: true
|
||||
Layout.leftMargin: 10
|
||||
Layout.leftMargin: 0
|
||||
Layout.rightMargin: 10
|
||||
Layout.minimumHeight: item? item.fitHeight : 0
|
||||
Layout.minimumWidth: item? item.fitWidth : 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue