Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 88037780FF2; Sat, 14 May 2022 05:30:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Eloi Torrents From: Eloi Torrents Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <165249660099.985.6181467520026748129.gitlab.34367.054bcc8acb757aa5be6ec9bbbc631c7256f2ecea@listserv.local> Subject: Re: [PATCH] community/telegram-desktop: Added more-scale patch Date: Sat, 14 May 2022 05:30:49 -0000 Message-ID: <165250624948.985.6339698775406978925.gitlab.34367.054bcc8acb757aa5be6ec9bbbc631c7256f2ecea@listserv.local> On Fri, 13 May 2022 12:34:52 +0200, Eloi Torrents wrote: > +- : std::vector{ 100, 125, 150, 200, 250, 300 }; > ++ ? std::vector{ 80, 90, 100, 110, 120, 130, 140, 150 } > ++ : std::vector{ 50, 75, 100, 125, 150, 200, 250, 300 }; I didnt know about that, but is is nice to be able to change the scale interactively. With this patch the default scale is not changed, only 2 extra values under it are added. This does not break anything, I have been using telegram in archarm this way for two months without noticing it was a patched version. I wanted to use Pmos, but telegram not fitting the screen was a deal breaker. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34367#note_236135