fix: Fix the proportions of the list and the preview

This commit is contained in:
loner
2025-11-18 03:25:20 +08:00
parent 6eaffb0e65
commit ca89a0dc35
2 changed files with 10 additions and 6 deletions
-1
View File
@@ -13,7 +13,6 @@ Item {
property bool loadingFullContent: false
implicitHeight: contentColumn.implicitHeight + Style.marginL * 2
implicitWidth: 350 // A default width
Connections {
target: previewPanel