Improve spacing
This commit is contained in:
@@ -81,12 +81,11 @@ RowLayout {
|
|||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
contentItem: ColumnLayout {
|
contentItem: ColumnLayout {
|
||||||
id: column
|
id: column
|
||||||
spacing: Kirigami.Units.smallSpacing
|
spacing: showAuthor ? Kirigami.Units.smallSpacing : 0
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: rowLayout
|
id: rowLayout
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.minimumHeight: 1
|
|
||||||
QQC2.Label {
|
QQC2.Label {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
topInset: 0
|
topInset: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user