diff --git a/qml/form/ContactDetailForm.qml b/qml/form/RoomDetailForm.qml similarity index 100% rename from qml/form/ContactDetailForm.qml rename to qml/form/RoomDetailForm.qml diff --git a/qml/form/RoomListForm.qml b/qml/form/RoomListForm.qml index 869b79a..f040595 100644 --- a/qml/form/RoomListForm.qml +++ b/qml/form/RoomListForm.qml @@ -106,17 +106,22 @@ Item { } Column { - width: parent.width + width: parent.width - parent.height - parent.spacing height: parent.height Text { width: parent.width text: name color: "#424242" + font.pointSize: 16 + elide: Text.ElideRight + wrapMode: Text.NoWrap } Text { width: parent.width text: value color: "#424242" + elide: Text.ElideRight + wrapMode: Text.NoWrap } } } diff --git a/res.qrc b/res.qrc index 6b48577..cced5d8 100644 --- a/res.qrc +++ b/res.qrc @@ -10,9 +10,9 @@ qml/component/ButtonDelegate.qml qml/component/ImageStatus.qml qml/component/SideNav.qml - qml/form/ContactDetailForm.qml qml/form/RoomForm.qml qml/form/RoomListForm.qml qml/Room.qml + qml/form/RoomDetailForm.qml