Changing the line spacing/line height in gtk+ apps

2016-03-10 Thread Matthias Mueller
I am using Claws Mail (GTK+ based email application) and want to change the line spacing. Sadly there is no option for this in Claws itself. There is a way to change the Font in the "~/.gtkrc"-file. Maybe somebody here know how to change the Line height too?

glib-2.47.6/glib/gtypes.h:#define G_MININT8 ((gint8) -0x80)

2016-03-10 Thread Stefan Salewski
Recently I started preparing the gtk 3.20 bindings for Nim... Seems that some hexadecimal constants have now minus signs -- I am a bit confused? #define G_MININT8 ((gint8) -0x80) stefan@AMD64X2 ~/Downloads/glib-2.47.6/glib $ grep G_MININT8 ~/Downloads/glib-2.43.90/glib/*.h

Re: Anything I need to do that somebody commits this patch?

2016-03-10 Thread Emmanuele Bassi
Hi; The patch is marked as "accepted/commit now". If you don't have the commit bit on git.gnome.org then you'll have to wait until the maintainer commits it for you. This usually happens before a release is planned. Ciao, Emmanuele. On Thursday, 10 March 2016, Friedrich Beckmann