Tweak reaction size.
This commit is contained in:
@@ -222,6 +222,7 @@ ColumnLayout {
|
||||
}
|
||||
|
||||
ReactionDelegate {
|
||||
Layout.topMargin: 0
|
||||
Layout.bottomMargin: 8
|
||||
Layout.leftMargin: 16
|
||||
Layout.rightMargin: 16
|
||||
|
||||
@@ -10,7 +10,7 @@ RowLayout {
|
||||
model: reaction
|
||||
|
||||
delegate: Control {
|
||||
horizontalPadding: 4
|
||||
horizontalPadding: 6
|
||||
verticalPadding: 0
|
||||
|
||||
background: Rectangle {
|
||||
@@ -20,7 +20,7 @@ RowLayout {
|
||||
|
||||
contentItem: Label {
|
||||
text: modelData.reaction + " " + modelData.count
|
||||
font.pixelSize: 10
|
||||
font.pixelSize: 14
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user