Fix margins for images and videos
This patch makes it so that the margins for images and videos is the same as other components.
This commit is contained in:
@@ -21,8 +21,6 @@ TextEdit {
|
||||
ListView.onReused: Qt.binding(() => !hasSpoiler.test(textMessage))
|
||||
|
||||
Layout.fillWidth: Config.compactLayout
|
||||
Layout.rightMargin: Kirigami.Units.largeSpacing
|
||||
Layout.leftMargin: Kirigami.Units.largeSpacing
|
||||
|
||||
persistentSelection: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user