[28946] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Make the Principal column wider by default

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Wed Jun 24 17:11:43 2015

Date: Wed, 24 Jun 2015 17:11:36 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201506242111.t5OLBa0i007310@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/d376d5948d2af7dcf60368bc3b6fe6c23172a831
commit d376d5948d2af7dcf60368bc3b6fe6c23172a831
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Wed Jun 24 13:34:32 2015 -0400

    Make the Principal column wider by default
    
    The current 100-pixel default is too small to fit most principal
    names (particularly the realm).  There is no reason why all the
    columns must be the same width, so promote this one as needing
    more space.
    
    ticket: 8211 (new)
    subject: Leash's column for principal name truncates most principals
    queue: kfw
    tags: pullup
    target_version: 1.13.3

 src/windows/leash/LeashView.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/windows/leash/LeashView.cpp b/src/windows/leash/LeashView.cpp
index 745a16f..ef2a5a3 100644
--- a/src/windows/leash/LeashView.cpp
+++ b/src/windows/leash/LeashView.cpp
@@ -145,7 +145,7 @@ BOOL CLeashView::m_importedTickets = 0;
 LONG CLeashView::m_timerMsgNotInProgress = 1;
 ViewColumnInfo CLeashView::sm_viewColumns[] =
 {
-    {"Principal", true, -1, 100},                        // PRINCIPAL
+    {"Principal", true, -1, 200},                        // PRINCIPAL
     {"Issued", false, ID_TIME_ISSUED, 100},              // TIME_ISSUED
     {"Renewable Until", false, ID_RENEWABLE_UNTIL, 100}, // RENEWABLE_UNTIL
     {"Valid Until", true, ID_VALID_UNTIL, 100},          // VALID_UNTIL
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post