mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove commented out code; fix padding for Pill
This commit is contained in:
parent
84c5ff0bcb
commit
5c57de070e
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue