mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-21 04:38:31 +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.
|
// call.
|
||||||
//
|
//
|
||||||
// The timeout is destroyed with the `MouseArea` component.
|
// 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.
|
// Logo.
|
||||||
Rectangle {
|
Rectangle {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 70
|
Layout.preferredHeight: 80
|
||||||
color: '#EAEAEA'
|
color: '#EAEAEA'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue