krb5 commit: Reduce 'get tickets' dialog height

Benjamin Kaduk kaduk at MIT.EDU
Tue Aug 28 16:30:24 EDT 2012


https://github.com/krb5/krb5/commit/bdcc614a53e1567e5e1f23db9c578b482641cf99
commit bdcc614a53e1567e5e1f23db9c578b482641cf99
Author: Kevin Wasserman <kevin.wasserman at painless-security.com>
Date:   Tue Jul 3 12:45:18 2012 -0400

    Reduce 'get tickets' dialog height
    
    Signed-off-by: Kevin Wasserman <kevin.wasserman at painless-security.com>
    
    ticket: 7299 (new)
    queue: kfw
    target_version: 1.10.4
    tags: pullup

 src/windows/leashdll/lsh_pwd.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/windows/leashdll/lsh_pwd.rc b/src/windows/leashdll/lsh_pwd.rc
index 88f1a97..fb6e38d 100644
--- a/src/windows/leashdll/lsh_pwd.rc
+++ b/src/windows/leashdll/lsh_pwd.rc
@@ -92,7 +92,7 @@ BEGIN
     CONTROL         "",ID_PICFRAME,"Static",SS_BLACKFRAME,157,27,100,100
 END
 
-IDD_AUTHENTICATE DIALOGEX 0, 0, 370, 268
+IDD_AUTHENTICATE DIALOGEX 0, 0, 370, 248
 STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Authenticate to Kerberos"
 FONT 8, "Microsoft Sans Serif"


More information about the cvs-krb5 mailing list