diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-29 19:24:44 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-29 19:24:44 +0200 |
commit | ded926cdf9b82bae12404651c74b14c1ca853f38 (patch) | |
tree | 684a40502d562b06e4df38ac1a3f461cfb35ed93 /resources/qml/dialogs | |
parent | Fix another leak when creating an animated image without an image (diff) | |
download | nheko-ded926cdf9b82bae12404651c74b14c1ca853f38.tar.xz |
Fix a few null warnings
Diffstat (limited to 'resources/qml/dialogs')
-rw-r--r-- | resources/qml/dialogs/ImagePackEditorDialog.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/dialogs/ImagePackEditorDialog.qml b/resources/qml/dialogs/ImagePackEditorDialog.qml index dda2c1ad..e78213e0 100644 --- a/resources/qml/dialogs/ImagePackEditorDialog.qml +++ b/resources/qml/dialogs/ImagePackEditorDialog.qml @@ -279,7 +279,6 @@ ApplicationWindow { Layout.alignment: Qt.AlignRight } - Item { Layout.columnSpan: 2 Layout.fillHeight: true |