Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 353CD780FF0; Sat, 14 May 2022 02:50:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Eloi Torrents From: Patrycja Rosa Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <165248794798.985.5880292173224955745.gitlab.34367.054bcc8acb757aa5be6ec9bbbc631c7256f2ecea@listserv.local> Subject: Re: [PATCH] community/telegram-desktop: Added more-scale patch Date: Sat, 14 May 2022 02:50:01 -0000 Message-ID: <165249660099.985.6181467520026748129.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 }; if a pmOS user wants to set scaling smaller than 100, they can just use `-scale 75` and, for example, set it in the .desktop file: https://github.com/telegramdesktop/tdesktop/blob/69e41e/Telegram/SourceFiles/core/launcher.cpp#L530 -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34367#note_236119