mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Update keypad UI.
This commit is contained in:
parent
b19bd5644a
commit
9cd45c6712
2 changed files with 8 additions and 1 deletions
|
|
@ -46,6 +46,12 @@ Rectangle {
|
|||
Layout.preferredWidth: parent.width
|
||||
Layout.preferredHeight: implicitHeight
|
||||
color: 'white'
|
||||
|
||||
font {
|
||||
bold: true
|
||||
pointSize: TelKeypadStyle.button.text.pointSize
|
||||
}
|
||||
|
||||
wrapMode: Text.WrapAnywhere
|
||||
horizontalAlignment: Qt.AlignCenter
|
||||
visible: showHistory
|
||||
|
|
@ -57,6 +63,7 @@ Rectangle {
|
|||
|
||||
GridLayout {
|
||||
id: grid
|
||||
Layout.topMargin: TelKeypadStyle.rowSpacing+5
|
||||
|
||||
columns: 4 // Not a style.
|
||||
rows: 4 // Same idea.
|
||||
|
|
|
|||
|
|
@ -495,6 +495,6 @@ Rectangle {
|
|||
showHistory:true
|
||||
call: callModel
|
||||
visible: SettingsModel.showTelKeypadAutomatically
|
||||
y: 55
|
||||
y: 70
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue