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:
Joshua Goins
2026-02-16 14:31:22 -05:00
committed by Tobias Fella
parent 9f64457521
commit 44ff2daad2

View File

@@ -85,6 +85,8 @@ QQC2.TextArea {
ListView.onReused: Qt.binding(() => !hasSpoiler.test(display))
topPadding: 0
bottomPadding: 0
leftPadding: 0
rightPadding: 0