Update keypad UI.

This commit is contained in:
Julien Wadel 2022-07-11 14:38:52 +02:00
parent b19bd5644a
commit 9cd45c6712
2 changed files with 8 additions and 1 deletions

View file

@ -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.

View file

@ -495,6 +495,6 @@ Rectangle {
showHistory:true
call: callModel
visible: SettingsModel.showTelKeypadAutomatically
y: 55
y: 70
}
}