Remove unwanted padding from TextComponent
This fixes the padding for TextComponent as well, which was needed post-rich text refactor.
This commit is contained in:
committed by
Tobias Fella
parent
9f64457521
commit
44ff2daad2
@@ -85,6 +85,8 @@ QQC2.TextArea {
|
||||
|
||||
ListView.onReused: Qt.binding(() => !hasSpoiler.test(display))
|
||||
|
||||
topPadding: 0
|
||||
bottomPadding: 0
|
||||
leftPadding: 0
|
||||
rightPadding: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user