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

Remove commented out code; fix padding for Pill

parent 84c5ff0b
No related branches found
No related tags found
No related merge requests found
......@@ -208,8 +208,6 @@ Page {
text: chat.model.formatDateSeparator(modelData.timestamp)
color: colors.brightText
// height: contentHeight * 1.2
// width: contentWidth * 1.2
leftPadding: 24
rightPadding: 24
topPadding: 8
......
......@@ -5,9 +5,10 @@ Label {
color: colors.brightText
horizontalAlignment: Text.AlignHCenter
// height: contentHeight * 1.2
// width: contentWidth * 1.2
padding: 12
leftPadding: 24
rightPadding: 24
topPadding: 8
bottomPadding: 8
background: Rectangle {
radius: parent.height / 2
......
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