mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 03:56:28 +00:00
fix(app): many fixes
This commit is contained in:
parent
f3359e4f6c
commit
77f59f13d4
3 changed files with 5 additions and 6 deletions
|
|
@ -4,7 +4,6 @@ import QtQuick.Layouts 1.3
|
|||
import 'qrc:/ui/components/image'
|
||||
|
||||
Message {
|
||||
Layout.fillWidth: true
|
||||
backgroundColor: '#E4E4E4'
|
||||
id: message
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
import QtQuick 2.7
|
||||
|
||||
import 'qrc:/ui/components/image'
|
||||
|
||||
// ===================================================================
|
||||
|
||||
Item {
|
||||
|
|
@ -13,11 +15,10 @@ Item {
|
|||
rotate.start()
|
||||
}
|
||||
|
||||
Image {
|
||||
Icon {
|
||||
anchors.fill: parent
|
||||
fillMode: Image.PreserveAspectFit
|
||||
id: backgroundImage
|
||||
source: 'qrc:/imgs/collapse.svg'
|
||||
icon: 'collapse'
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
|
|
@ -54,9 +54,8 @@ Window {
|
|||
|
||||
Row {
|
||||
anchors.left: (!centeredButtons && parent.left) || undefined
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.centerIn: centeredButtons ? parent : undefined
|
||||
anchors.leftMargin: 50
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
height: 30
|
||||
id: buttons
|
||||
spacing: 20
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue