Commit 170a87f8 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(app): little fixes

parent 7466db0d
import QtQuick 2.7
import Linphone 1.0 import Linphone 1.0
import Linphone.Styles 1.0 import Linphone.Styles 1.0
......
...@@ -10,8 +10,9 @@ Item { ...@@ -10,8 +10,9 @@ Item {
property alias text: description.text property alias text: description.text
height: (!text && DialogStyle.description.verticalMargin) || undefined height: (!text && DialogStyle.description.verticalMargin) || undefined
implicitHeight: (text && (description.implicitHeight + DialogStyle.description.verticalMargin * 2)) || implicitHeight: (text && (
0 description.implicitHeight + DialogStyle.description.verticalMargin * 2
)) || 0
Text { Text {
id: description id: description
......
...@@ -167,7 +167,7 @@ ApplicationWindow { ...@@ -167,7 +167,7 @@ ApplicationWindow {
Loader { Loader {
Layout.fillHeight: true Layout.fillHeight: true
Layout.fillWidth: true Layout.fillWidth: true
source: 'qrc:/ui/Views/MainWindow/Conversation.qml' source: 'qrc:/ui/Views/MainWindow/Contacts.qml'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment