mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Hide action buttons while preparing the video conference.
This commit is contained in:
parent
0a0a87bbff
commit
08577e8b57
1 changed files with 3 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ Rectangle {
|
|||
isCustom: true
|
||||
backgroundRadius: width/2
|
||||
colorSet: IncallStyle.buttons.callsList
|
||||
visible: !listCallsOpened
|
||||
visible: !listCallsOpened && mainItem.isReady
|
||||
onClicked: openListCallsRequest()
|
||||
}
|
||||
ActionButton{
|
||||
|
|
@ -183,7 +183,7 @@ Rectangle {
|
|||
// Title
|
||||
Item{
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.preferredHeight: title.contentHeight
|
||||
ColumnLayout{
|
||||
anchors.fill: parent
|
||||
Text{
|
||||
|
|
@ -528,6 +528,7 @@ Rectangle {
|
|||
anchors.bottomMargin: 30
|
||||
anchors.rightMargin: 25
|
||||
height: 60
|
||||
visible: mainItem.isReady
|
||||
ActionButton{
|
||||
isCustom: true
|
||||
backgroundRadius: width/2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue