Re: [PATCH 0/2] gitk spacing/sizing tuning for HiDPI

2015-12-07 Thread Giuseppe Bilotta
On Mon, Dec 7, 2015 at 5:09 AM, Eric Sunshine wrote: > > Both patches are missing your Signed-off-by:. Doh sorry, resending now. -- Giuseppe "Oblomov" Bilotta -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to

[PATCH 0/2] gitk spacing/sizing tuning for HiDPI

2015-12-06 Thread Giuseppe Bilotta
On my HiDPI monitor, most elements in gitk are correctly rendered, with two exceptions: * when using ttk, some elements do not use the same fonts as gitk would use without, and since ttk picks _unscaled_ sizes this is very noticeable (and borderline illegible); the first patch fixes this; * the

Re: [PATCH 0/2] gitk spacing/sizing tuning for HiDPI

2015-12-06 Thread Eric Sunshine
On Sun, Dec 6, 2015 at 7:25 AM, Giuseppe Bilotta wrote: > On my HiDPI monitor, most elements in gitk are correctly rendered, with two > exceptions: > > * when using ttk, some elements do not use the same fonts as gitk would use > without, and since ttk picks