From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Using images in tabs Date: Mon, 16 Sep 2019 07:39:32 +0300 Message-ID: References: <87tv9ir38c.fsf@mail.linkov.net> <83ftl11xdn.fsf@gnu.org> <87impxnqjm.fsf_-_@mail.linkov.net> <837e6c1zr2.fsf@gnu.org> <87o8zle0rn.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="238905"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: K-9 Mail for Android Cc: Emacs developers To: emacs-devel@gnu.org, Yuri Khan , Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 16 06:39:54 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i9ino-00102E-PY for ged-emacs-devel@m.gmane.org; Mon, 16 Sep 2019 06:39:52 +0200 Original-Received: from localhost ([::1]:58996 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9inn-0002aE-OJ for ged-emacs-devel@m.gmane.org; Mon, 16 Sep 2019 00:39:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34485) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9inZ-0002a0-Cx for emacs-devel@gnu.org; Mon, 16 Sep 2019 00:39:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i9inY-0001iA-Uu; Mon, 16 Sep 2019 00:39:36 -0400 Original-Received: from [176.12.248.87] (port=59173 helo=[10.157.155.168]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1i9inY-0004LM-6p; Mon, 16 Sep 2019 00:39:36 -0400 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240066 Archived-At: On September 16, 2019 7:15:12 AM GMT+03:00, Yuri Khan wrote: > On Mon, 16 Sep 2019 at 05:12, Juri Linkov wrote: > > > > >> I don't know if the patch to vertically center line content > > >> recently sent here by Jesse, could improve the look to align > > >> the button image to the center of the text line in tabs=2E > > > > > > The image used should be centered to begin with=2E You could also > try > > > playing with :ascent property of images=2E > > > > Thanks for the hint=2E Using :ascent property with the center value > > on images solved the issue, so now tabs are more nice-looking: >=20 > Do images also play nice with HiDPI? If they don't, we need to fix that (and then it is a problem that affects = more than just ghis feature)=2E But using characters instead is not the so= lution=2E