From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: gtk narrow scrollbars (no trough) Date: Thu, 27 Oct 2011 08:17:34 +0200 Message-ID: <4EA8F77E.5090802@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1319696275 28933 80.91.229.12 (27 Oct 2011 06:17:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 06:17:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Scott Jaderholm Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 08:17:52 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJJHi-0007JJ-Kr for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 08:17:50 +0200 Original-Received: from localhost ([::1]:57847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJHh-0005Th-Sl for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 02:17:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJHb-0005ES-U7 for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:17:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJJHa-0004my-LE for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:17:43 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:32953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJJHa-0004mh-Fr for emacs-devel@gnu.org; Thu, 27 Oct 2011 02:17:42 -0400 Original-Received: from iph3.telenor.se (iph3.telenor.se [195.54.127.134]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 0491CCCC4 for ; Thu, 27 Oct 2011 08:17:37 +0200 (CEST) X-SENDER-IP: [85.225.45.201] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtNXAJD2qE5V4S3JPGdsb2JhbABCiT2eB4ILGQEBAQE3MoFyAQEFOB4iARALIRYPCQMCAQIBGwwKFAYNAQcBAYd+tG2IagSZN4w0 X-IronPort-AV: E=Sophos;i="4.69,412,1315173600"; d="scan'208";a="137980610" Original-Received: from c-c92de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.201]) by iph3.telenor.se with ESMTP; 27 Oct 2011 08:17:37 +0200 Original-Received: from [10.225.17.42] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id B2FF37FA058; Thu, 27 Oct 2011 08:17:36 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.127.194.21 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145627 Archived-At: Scott Jaderholm skrev 2011-10-27 06:06: > Is there a way to change the width of gtk scrollbars in Emacs? Or better > yet, have them respect the .gtkrc? > > I've changed the slider-width and trough-border in .gtkrc which makes my > scrollbars narrower in everything but Emacs. It appears that regardless > of .gtkrc the scrollbars are the same width, and though it will make the > slider narrow, it will still use the extra space as trough, even if you > set that to 0 in gtkrc. Hello. Can you give a screenshot? I think scrollbar width must be the same width as character width. This simplifies things when you have two windows next to each other and a scroll bar between them. Jan D.