simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu May 14 13:24:01 BST 2015


TL;DR:
  8423f79 Fix layout overflow in Windows PuTTYgen due to ED25519.

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:           2015-05-14 13:24:01

commit 8423f79e326f463364aa1274180cd39eba1b98d9
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=8423f79e326f463364aa1274180cd39eba1b98d9;hp=ef3959992e3c7b5226da66505881fe2f73479c28
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu May 14 13:19:15 2015 +0100

    Fix layout overflow in Windows PuTTYgen due to ED25519.
    
    Adding an extra radio button to the key-type selector caused it to
    wrap on to another line and push the bottom of the containing control
    box down off the bottom of the window.
    
    In the long term, should more public key formats continue to appear,
    we'll probably have to replace the radio buttons with something more
    extensible like a drop-down list. For the moment, though, I've fixed
    it by just reducing the space per radio button to bring all five
    controls back on to the same line.
    
    To fit the text into the smaller space, I also removed the 'SSH-2'
    prefix on each key type, which ought to be unnecessary these days
    since SSH-2 is a well established default. Only the SSH-1 RSA key type
    is still labelled with an SSH version. (And I've moved it to the far
    end rather than the start of the line, while I'm here.)

 windows/winpgen.c |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)



More information about the tartarus-commits mailing list