diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-13 04:16:11 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-26 21:44:13 +0100 |
commit | aaae72a4f2936df84dbb94052c0d303a1fcc33a9 (patch) | |
tree | 8dfe774cf267beab74a0d6edd3de033cb8d49ded /resources/qml/dialogs/ImagePackEditorDialog.qml | |
parent | Initial qml root window (diff) | |
download | nheko-aaae72a4f2936df84dbb94052c0d303a1fcc33a9.tar.xz |
Fix focus and qml parenting with qml root
Diffstat (limited to 'resources/qml/dialogs/ImagePackEditorDialog.qml')
-rw-r--r-- | resources/qml/dialogs/ImagePackEditorDialog.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/dialogs/ImagePackEditorDialog.qml b/resources/qml/dialogs/ImagePackEditorDialog.qml index 3ba04d94..9c46a490 100644 --- a/resources/qml/dialogs/ImagePackEditorDialog.qml +++ b/resources/qml/dialogs/ImagePackEditorDialog.qml @@ -12,8 +12,6 @@ import QtQuick.Layouts 1.12 import im.nheko 1.0 ApplicationWindow { - //Component.onCompleted: Nheko.reparent(win) - id: win property int avatarSize: Math.ceil(fontMetrics.lineSpacing * 2.3) |