Skip to content
Snippets Groups Projects
Commit 84c5ff0b authored by Lasath Fernando's avatar Lasath Fernando
Browse files

Fix binding loops for height

parent 1555dc22
No related branches found
No related tags found
No related merge requests found
......@@ -208,9 +208,14 @@ Page {
text: chat.model.formatDateSeparator(modelData.timestamp)
color: colors.brightText
height: contentHeight * 1.2
width: contentWidth * 1.2
horizontalAlignment: Text.AlignHCenter
// height: contentHeight * 1.2
// width: contentWidth * 1.2
leftPadding: 24
rightPadding: 24
topPadding: 8
bottomPadding: 8
horizontalAlignment: Text.AlignHCenter
background: Rectangle {
radius: parent.height / 2
color: colors.dark
......
......@@ -5,8 +5,10 @@ Label {
color: colors.brightText
horizontalAlignment: Text.AlignHCenter
height: contentHeight * 1.2
width: contentWidth * 1.2
// height: contentHeight * 1.2
// width: contentWidth * 1.2
padding: 12
background: Rectangle {
radius: parent.height / 2
color: colors.dark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment