diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/launcher/WallpaperList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/WallpaperList.qml b/modules/launcher/WallpaperList.qml index 8c3afb2..fd703f2 100644 --- a/modules/launcher/WallpaperList.qml +++ b/modules/launcher/WallpaperList.qml @@ -11,7 +11,7 @@ PathView { required property TextField search required property PersistentProperties visibilities readonly property int numItems: { - const screenWidth = QsWindow.window?.screen.width - BorderConfig.thickness * 2 - BorderConfig.rounding * 4 - Appearance.padding.large * 2; + const screenWidth = QsWindow.window?.screen.width * 0.8; if (!screenWidth) return 0; const itemWidth = LauncherConfig.sizes.wallpaperWidth * 0.8; |