WallpaperSelector: change sizing

This commit is contained in:
Ly-sec
2025-09-18 18:06:18 +02:00
parent 1bd093db7f
commit 6b61599633
@@ -13,7 +13,7 @@ NPanel {
preferredWidth: 640
preferredHeight: 480
preferredWidthRatio: 0.4
preferredHeightRatio: 0.5
preferredHeightRatio: 0.41
panelAnchorHorizontalCenter: true
panelAnchorVerticalCenter: true
panelKeyboardFocus: true
@@ -268,12 +268,6 @@ NPanel {
}
}
}
NDivider {
Layout.fillWidth: true
Layout.topMargin: Style.marginXL * scaling
Layout.bottomMargin: Style.marginXL * scaling
}
}
}
}