mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix meeting creation button
This commit is contained in:
parent
0b91d8c986
commit
26cdbf1c68
1 changed files with 3 additions and 11 deletions
|
|
@ -266,19 +266,11 @@ AbstractMainPage {
|
|||
Layout.preferredWidth: 57 * DefaultStyle.dp
|
||||
topPadding: 6 * DefaultStyle.dp
|
||||
bottomPadding: 6 * DefaultStyle.dp
|
||||
textSize: 13 * DefaultStyle.dp
|
||||
text: qsTr("Créer")
|
||||
KeyNavigation.left: backButton
|
||||
KeyNavigation.down: meetingSetup
|
||||
contentItem: Text {
|
||||
text: qsTr("Créer")
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
font {
|
||||
pixelSize: 13 * DefaultStyle.dp
|
||||
weight: 600 * DefaultStyle.dp
|
||||
}
|
||||
color: DefaultStyle.grey_0
|
||||
}
|
||||
|
||||
onClicked: {
|
||||
if (meetingSetup.conferenceInfoGui.core.subject.length === 0) {
|
||||
UtilsCpp.showInformationPopup(qsTr("Erreur"), qsTr("La conférence doit contenir un sujet"), false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue