Quick fix on designs (keypad and multimedia settings)

This commit is contained in:
Julien Wadel 2022-06-07 18:11:27 +02:00
parent b629ff2b3e
commit 4050d0d31f
8 changed files with 7 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import ColorsList 1.0
QtObject {
property string sectionName: 'MultimediaParamsDialog'
property int height: 312
property int height: 350
property int width: 450
property QtObject column: QtObject {

View file

@ -27,6 +27,7 @@ Rectangle {
height: TelKeypadStyle.height
width: TelKeypadStyle.width
radius:TelKeypadStyle.radius+1.0 // +1 for avoid mixing color with border slection (some pixels can be print after the line)
onVisibleChanged: if(visible) telKeypad.forceActiveFocus()
// ---------------------------------------------------------------------------
MouseArea{

View file

@ -127,5 +127,6 @@ Rectangle {
call: parent.call
visible: SettingsModel.showTelKeypadAutomatically
y: 50
}
}

View file

@ -467,5 +467,6 @@ Rectangle {
call: incall.call
visible: SettingsModel.showTelKeypadAutomatically
y: 50
}
}

View file

@ -523,5 +523,6 @@ Window {
call: window.call
visible: false
y: 50
}
}

View file

@ -442,5 +442,6 @@ Rectangle {
call: callModel
visible: SettingsModel.showTelKeypadAutomatically
y: 50
}
}

View file

@ -470,6 +470,7 @@ Window {
call: callModel
visible: SettingsModel.showTelKeypadAutomatically
y: 50
}
MouseArea{
Timer {

View file

@ -381,7 +381,6 @@ ApplicationWindow {
id: telKeypad
onSendDtmf: smartSearchBar.text = smartSearchBar.previousText+dtmf
onVisibleChanged: if(!visible) smartSearchBar.previousText = '' // this is a way to reset search text
//call: incall.call
visible: SettingsModel.showTelKeypadAutomatically
}
}