mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 23:28:09 +00:00
fix(mainWindow): increase logo area height
This commit is contained in:
parent
6a9af0e040
commit
c75b1befd2
2 changed files with 4 additions and 2 deletions
|
|
@ -96,7 +96,9 @@ Item {
|
|||
// call.
|
||||
//
|
||||
// The timeout is destroyed with the `MouseArea` component.
|
||||
_timeout = Utils.setTimeout.call(this, 0, item.pressed.bind(this))
|
||||
_timeout = Utils.setTimeout.call(
|
||||
this, 0, item.pressed.bind(this)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ ApplicationWindow {
|
|||
// Logo.
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 70
|
||||
Layout.preferredHeight: 80
|
||||
color: '#EAEAEA'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue