Remove unwanted padding from ReplyComponent
This commit is contained in:
@@ -42,7 +42,10 @@ QQC2.Control {
|
|||||||
property int rightAnchorMargin: 0
|
property int rightAnchorMargin: 0
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
padding: 0
|
leftPadding: 0
|
||||||
|
rightPadding: 0
|
||||||
|
topPadding: 0
|
||||||
|
bottomPadding: 0
|
||||||
|
|
||||||
contentItem: RowLayout {
|
contentItem: RowLayout {
|
||||||
spacing: Kirigami.Units.largeSpacing
|
spacing: Kirigami.Units.largeSpacing
|
||||||
|
|||||||
Reference in New Issue
Block a user