mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix #LINQT-1183
This commit is contained in:
parent
98176c6fae
commit
8f48336d64
2 changed files with 5 additions and 7 deletions
|
|
@ -119,9 +119,10 @@ ColumnLayout {
|
|||
// connection status
|
||||
}
|
||||
}
|
||||
Item {
|
||||
RowLayout {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.preferredWidth: mainItem.implicitWidth
|
||||
spacing: 72 * DefaultStyle.dp
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: childrenRect.height
|
||||
Button {
|
||||
visible: mainItem.isConference
|
||||
|
|
@ -140,7 +141,6 @@ ColumnLayout {
|
|||
}
|
||||
LabelButton {
|
||||
visible: !mainItem.isConference
|
||||
anchors.left: parent.left
|
||||
width: 56 * DefaultStyle.dp
|
||||
height: 56 * DefaultStyle.dp
|
||||
button.icon.width: 24 * DefaultStyle.dp
|
||||
|
|
@ -153,7 +153,6 @@ ColumnLayout {
|
|||
}
|
||||
LabelButton {
|
||||
visible: !mainItem.isConference
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
width: 56 * DefaultStyle.dp
|
||||
height: 56 * DefaultStyle.dp
|
||||
button.icon.width: 24 * DefaultStyle.dp
|
||||
|
|
@ -164,7 +163,6 @@ ColumnLayout {
|
|||
}
|
||||
LabelButton {
|
||||
visible: !mainItem.isConference
|
||||
anchors.right: parent.right
|
||||
width: 56 * DefaultStyle.dp
|
||||
height: 56 * DefaultStyle.dp
|
||||
button.icon.width: 24 * DefaultStyle.dp
|
||||
|
|
|
|||
|
|
@ -388,8 +388,8 @@ AbstractMainPage {
|
|||
RoundedBackgroundControl {
|
||||
visible: companyText.text.length != 0 || jobText.text.length != 0
|
||||
Layout.fillWidth: true
|
||||
topPadding: 12 * DefaultStyle.dp
|
||||
bottomPadding: 12 * DefaultStyle.dp
|
||||
topPadding: 17 * DefaultStyle.dp
|
||||
bottomPadding: 17 * DefaultStyle.dp
|
||||
leftPadding: 20 * DefaultStyle.dp
|
||||
rightPadding: 20 * DefaultStyle.dp
|
||||
// Layout.fillHeight: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue