]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Make the Principal column wider by default
authorBen Kaduk <kaduk@mit.edu>
Wed, 24 Jun 2015 17:34:32 +0000 (13:34 -0400)
committerBen Kaduk <kaduk@mit.edu>
Wed, 24 Jun 2015 21:10:37 +0000 (17:10 -0400)
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

index 745a16f0551500cd4d2d63dd13993a06b32734a8..ef2a5a3e0e547c980ccbc46716ea07d69f54de07 100644 (file)
@@ -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