Re: [Tuxpaint-users] New to list, but not to TuxPaint
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Bill K. <nb...@so...> - 2020-08-26 05:05:04
|
On Tue, Aug 25, 2020 at 08:00:14PM -0700, Bill Kendrick wrote: > On Sat, Aug 22, 2020 at 08:30:19AM +0200, Pere Pujal i Carabantes wrote: > > El dj. 20 de 08 de 2020 a les 18:38 -0700, en/na Anat & Aviv va > > escriure: <snip> > > > Second issue is that no matter how hard I've looked into the configuration options, > > > I've been unable to find a way to resize the teeny tiny keyboard that comes up > > > when we want to use text. I'm sure it's obvious and there, but I've not been able > > > to locate it. > > > > > This is an overdue feature that is not implemented yet, sorry :( > > Pere, I'm going to try to take a stab at this, right now... > I may give up, because I didn't work on the OSK feature, and > it may be too hairy for me. :) Okay, I made a very quick-and-dirty change. If there is enough room to fit a keyboard with larger, 48x48 buttons, on the current canvas, with the chosen layout, Tux Paint will do so. Otherwise, it will fall back to the smaller, 24x24 buttons. You can see examples here in this tweet: https://twitter.com/TuxPaintTweets/status/1298484446216089600 While I was at it, I made the font size used for the buttons slightly larger. It was 12pt before (24x24 buttons). It is now 16pt on the small keyboard, and 32bpt on the larger keyboard (48x48 buttons). I hope this proves useful! Any further improvements would probably require a bit of rewriting how things work in there. The commit, for anyone curious: https://sourceforge.net/p/tuxpaint/tuxpaint/ci/61998e4d00c849a5787a1c6b10ded1ef67d14cf0/ -bill! |