mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-25 18:05:34 +02:00
PttPopup: improve the design
Change-Id: I88c97726a62c395b6aa729fdac0b4dca173ddaf1
This commit is contained in:
parent
b4de00ce61
commit
be9725ec0c
1 changed files with 6 additions and 6 deletions
|
@ -52,21 +52,20 @@ BaseModalDialog {
|
||||||
popupContent: ColumnLayout {
|
popupContent: ColumnLayout {
|
||||||
id: deleteAccountContentColumnLayout
|
id: deleteAccountContentColumnLayout
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: JamiTheme.preferredMarginSize
|
spacing: 20
|
||||||
|
|
||||||
Component.onCompleted: keyItem.forceActiveFocus()
|
Component.onCompleted: keyItem.forceActiveFocus()
|
||||||
Label {
|
Label {
|
||||||
id: instructionLabel
|
id: instructionLabel
|
||||||
|
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignLeft
|
||||||
Layout.preferredWidth: JamiTheme.preferredDialogWidth - 4*JamiTheme.preferredMarginSize
|
Layout.preferredWidth: JamiTheme.preferredDialogWidth - 4*JamiTheme.preferredMarginSize
|
||||||
color: JamiTheme.textColor
|
color: JamiTheme.textColor
|
||||||
text: JamiStrings.assignmentIndication
|
text: JamiStrings.assignmentIndication
|
||||||
|
|
||||||
horizontalAlignment: Text.AlignHCenter
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
||||||
font.pointSize: JamiTheme.textFontSize
|
font.pointSize: JamiTheme.settingsFontSize
|
||||||
font.kerning: true
|
font.kerning: true
|
||||||
|
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
|
@ -74,12 +73,13 @@ BaseModalDialog {
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: keyLabel
|
id: keyLabel
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignLeft
|
||||||
|
Layout.leftMargin: JamiTheme.preferredMarginSize
|
||||||
|
|
||||||
color: JamiTheme.blackColor
|
color: JamiTheme.blackColor
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: ""
|
text: ""
|
||||||
font.pointSize: JamiTheme.settingsFontSize
|
font.pointSize: JamiTheme.textFontSize
|
||||||
font.kerning: true
|
font.kerning: true
|
||||||
|
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
|
Loading…
Add table
Reference in a new issue