aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2015-06-24 13:34:32 -0400
committerTom Yu <tlyu@mit.edu>2015-06-24 17:41:48 -0400
commita1cd5091b1e4cebd94b86e8c76ce2eadafb500a5 (patch)
tree1a6bec71e720e41335a897cc0cb11edbdfafcf47 /src
parent9f4c5ddf62717c3be2499214d5fc61bcb6e8d7ff (diff)
downloadkrb5-a1cd5091b1e4cebd94b86e8c76ce2eadafb500a5.zip
krb5-a1cd5091b1e4cebd94b86e8c76ce2eadafb500a5.tar.gz
krb5-a1cd5091b1e4cebd94b86e8c76ce2eadafb500a5.tar.bz2
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. (cherry picked from commit d376d5948d2af7dcf60368bc3b6fe6c23172a831) ticket: 8211 version_fixed: 1.13.3 status: resolved
Diffstat (limited to 'src')
-rw-r--r--src/windows/leash/LeashView.cpp2
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