From 46b57cfba1b37d020fc0670a59bdb4d71098d909 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 2 Apr 2024 04:14:17 +0200 Subject: [PATCH] [qml/components/ComicInfoPanel.qml] Fix another typo in comment --- qml/components/ComicInfoPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/components/ComicInfoPanel.qml b/qml/components/ComicInfoPanel.qml index 7b6b622..8816c7b 100644 --- a/qml/components/ComicInfoPanel.qml +++ b/qml/components/ComicInfoPanel.qml @@ -50,7 +50,7 @@ DockedPanel { spacing: Theme.paddingSmall anchors.centerIn: parent width: parent.width - Theme.horizontalPageMargin - // Column.height is actually determied by Image.height! + // Column.height is actually determined by Image.height! Grid { id: infoGrid