mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Quick fix on designs (keypad and multimedia settings)
This commit is contained in:
parent
b629ff2b3e
commit
4050d0d31f
8 changed files with 7 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -127,5 +127,6 @@ Rectangle {
|
|||
|
||||
call: parent.call
|
||||
visible: SettingsModel.showTelKeypadAutomatically
|
||||
y: 50
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -467,5 +467,6 @@ Rectangle {
|
|||
|
||||
call: incall.call
|
||||
visible: SettingsModel.showTelKeypadAutomatically
|
||||
y: 50
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -523,5 +523,6 @@ Window {
|
|||
|
||||
call: window.call
|
||||
visible: false
|
||||
y: 50
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -442,5 +442,6 @@ Rectangle {
|
|||
|
||||
call: callModel
|
||||
visible: SettingsModel.showTelKeypadAutomatically
|
||||
y: 50
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -470,6 +470,7 @@ Window {
|
|||
|
||||
call: callModel
|
||||
visible: SettingsModel.showTelKeypadAutomatically
|
||||
y: 50
|
||||
}
|
||||
MouseArea{
|
||||
Timer {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue