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
|
Layout.preferredWidth: 57 * DefaultStyle.dp
|
||||||
topPadding: 6 * DefaultStyle.dp
|
topPadding: 6 * DefaultStyle.dp
|
||||||
bottomPadding: 6 * DefaultStyle.dp
|
bottomPadding: 6 * DefaultStyle.dp
|
||||||
|
textSize: 13 * DefaultStyle.dp
|
||||||
|
text: qsTr("Créer")
|
||||||
KeyNavigation.left: backButton
|
KeyNavigation.left: backButton
|
||||||
KeyNavigation.down: meetingSetup
|
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: {
|
onClicked: {
|
||||||
if (meetingSetup.conferenceInfoGui.core.subject.length === 0) {
|
if (meetingSetup.conferenceInfoGui.core.subject.length === 0) {
|
||||||
UtilsCpp.showInformationPopup(qsTr("Erreur"), qsTr("La conférence doit contenir un sujet"), false)
|
UtilsCpp.showInformationPopup(qsTr("Erreur"), qsTr("La conférence doit contenir un sujet"), false)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue