From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7232 invoked by alias); 6 May 2009 16:14:49 -0000 Received: (qmail 7218 invoked by uid 22791); 6 May 2009 16:14:48 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 May 2009 16:14:44 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n46GEgo6009872; Wed, 6 May 2009 12:14:42 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n46GEgNf030587; Wed, 6 May 2009 12:14:42 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n46GEcHg016818; Wed, 6 May 2009 12:14:40 -0400 Message-ID: <4A01B76E.6050906@redhat.com> Date: Wed, 06 May 2009 16:14:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: =?UTF-8?B?T2xlIErDuHJnZW4gQnLDuG5uZXI=?= CC: insight@sourceware.org Subject: Re: More compact/space efficient interface? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00045.txt.bz2 Ole Jørgen Brønner wrote: > Sorry if I've missed something obvious, but is it possible to get a more > compact UI? Reducing the font sizes helps only a bit. Unfortunately, no, no one has attempted to do this yet. > I guess some of this should be possible with tk theming, but I couldn't > really find any info how to use it on the tk site. (or even if the > support is done yet :)) I don't know how insight will react to themes, but I believe all of our windows use Itk, so it *should* be possible (and relatively painless, if tedious) to merge margin-like widget properties into the window's main widget property database. Then simply configuring the window's margins will affect every widget inside. Keith