X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1443305412.1572.40.camel@ssalewski.de> Subject: Re: [geda-user] gschem, best size of symbols and text? From: Stefan Salewski To: geda-user AT delorie DOT com Date: Sun, 27 Sep 2015 00:10:12 +0200 In-Reply-To: References: <1442845842 DOT 2167 DOT 27 DOT camel AT ssalewski DOT de> <1442999974 DOT 23194 DOT 15 DOT camel AT ssalewski DOT de> <20150926230458 DOT 9559cb838aece9b43daeb240 AT gmail DOT com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 2015-09-26 at 23:24 +0200, Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com] wrote: > > Dynamically change grid size on zoom is good. Just zoom in to get a > finer > > grid. > > > This is default behaviour with Microsoft Visio, and it is a hassle to > work > with. I think it is better to have a few selected grid sizes and > toggle > between them with a hotkey, if toggling grid is needed at all. My grid size tool is really nice. I have two ComboBoxText for major and minor grid, each with its own predefined values and text entry. Input in text entry is added to list. Clean and nice. Switching between minor and major is one mouse click. Generally I use major 100, and when fine positioning text I switch to minor 25. For component construction I use of course finer grid. I think coupling active grid size to zoom level is not really nice.