From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: resize windows horizontally with the mouse Date: Thu, 30 Jan 2014 14:47:16 +0100 Message-ID: <52EA57E4.7060908@gmx.at> References: <87a9eervp7.fsf@web.de> <52E9FA94.2080108@gmx.at> <52EA04FD.1090306@gmx.at> <1C9AC11E-E831-4CA4-AF6D-C7094A36FD26@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391089663 4617 80.91.229.3 (30 Jan 2014 13:47:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 13:47:43 +0000 (UTC) Cc: Yuri Khan , Emacs developers , Darren Hoo To: "Jan D." Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 30 14:47:49 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8ry8-0004D2-BG for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 14:47:48 +0100 Original-Received: from localhost ([::1]:49892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8ry7-00037B-V0 for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 08:47:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8rxv-0002pp-Sc for emacs-devel@gnu.org; Thu, 30 Jan 2014 08:47:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8rxo-0008HR-KB for emacs-devel@gnu.org; Thu, 30 Jan 2014 08:47:35 -0500 Original-Received: from mout.gmx.net ([212.227.15.15]:62694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8rxo-0008G8-B9 for emacs-devel@gnu.org; Thu, 30 Jan 2014 08:47:28 -0500 Original-Received: from [62.47.48.148] ([62.47.48.148]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LyEJp-1VF7yU0YIH-015c9C for ; Thu, 30 Jan 2014 14:47:27 +0100 In-Reply-To: <1C9AC11E-E831-4CA4-AF6D-C7094A36FD26@swipnet.se> X-Provags-ID: V03:K0:Zsiqtz2xOtYzLqmPHEOG6portU7vj7dT1sghe84VdB80ZaxZCCp LVF/iDiTJC4qqZLX9PU4AIJ6fFMIJJ6RsC1N9i3eDtdC9r9iasiEi6Kt404eFmg+4jFJAq8 j9RaT0N+gCVI5DQRgDdsXADq6e9UJZPZLlqZ2yw24Y6PRbs0wOIpBBv61XURr3+qCKyQiyN 3MwNUJGdaoSRmmtqODEwQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 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:169239 Archived-At: > The rounding to 16 is because Gtk at some point hardcoded the width to 16. > Maybe this is fixed in Gtk+ 3? I have set GtkRange-slider-width to 12 so I see a 4 pixel wide empty area. And the default should be 14 IIUC. martin