From 5e789cc658600d8c2e764b1c416b6af494219893 Mon Sep 17 00:00:00 2001 From: Peter Mack Date: Fri, 3 Oct 2025 10:27:16 +0200 Subject: [PATCH 1/2] window.blp: Reduce width-request to 360px As most Linux Mobile device are at a width of 360 logical pixels, this makes the app useful on phones without impacting desktops. --- src/window.blp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.blp b/src/window.blp index 7a79335..402da5f 100644 --- a/src/window.blp +++ b/src/window.blp @@ -4,7 +4,7 @@ using Adw 1; template $SpiderWindow: Adw.ApplicationWindow { default-width: 800; default-height: 600; - width-request: 400; + width-request: 360; height-request: 200; Adw.Breakpoint { From 6ba8ac916339fb0d41b7c986927b1417611acb00 Mon Sep 17 00:00:00 2001 From: Peter Mack Date: Fri, 3 Oct 2025 10:30:35 +0200 Subject: [PATCH 2/2] metainfo: indicate that the app supports mobile, tablet and desktop devices --- data/io.github.zaedus.spider.metainfo.xml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/io.github.zaedus.spider.metainfo.xml.in b/data/io.github.zaedus.spider.metainfo.xml.in index 213e9ed..074ca89 100644 --- a/data/io.github.zaedus.spider.metainfo.xml.in +++ b/data/io.github.zaedus.spider.metainfo.xml.in @@ -14,6 +14,9 @@ FSFAP GPL-3.0-only + + 360 + pointing keyboard