simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu Mar 24 07:23:08 GMT 2016


TL;DR:
  1f9df70 GTK 3 fake dialog action area: fix margins and spacing.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2016-03-24 07:23:08

commit 1f9df706b5b4ae38b33b7dbd4c34c774c014c06d
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=1f9df706b5b4ae38b33b7dbd4c34c774c014c06d;hp=ae53014f535692dd444f2578cbb6edabe7550abb
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Mar 24 07:19:09 2016 +0000

    GTK 3 fake dialog action area: fix margins and spacing.
    
    The About box is where it showed up most obviously that I'd hastily
    bunged a GtkBox inside another GtkBox without considering their
    margins: the 'action area' had twice the margin it should have had and
    the rightmost button didn't align with the right edge of the rest of
    the window contents.
    
    Easily fixed by giving the inner hbox margin 0 (fixing the right align
    and the excessive space around all the buttons), and using the
    'spacing' property of GtkBox to ensure multiple buttons in it are
    nicely separated without having to take care over that in the client
    code that adds them.

 unix/gtkmisc.c |    2 ++
 1 file changed, 2 insertions(+)



More information about the tartarus-commits mailing list