]> code.citadel.org Git - citadel.git/commitdiff
cosmetic
authorArt Cancro <ajc@citadel.org>
Mon, 1 Mar 1999 03:28:47 +0000 (03:28 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 1 Mar 1999 03:28:47 +0000 (03:28 +0000)
daphne/who.cpp

index 3bb4ce73827fa06f876ba5c9a5dff68db9147950..8c59d50e433be6a73e62da8cfe3b0e9023f4cd68 100644 (file)
@@ -77,10 +77,10 @@ who::who(CitClient *sock, wxMDIParentFrame *MyMDI)
        c1->right.SameAs(this, wxRight, 10);
        wholist->SetConstraints(c1);
 
-       wholist->InsertColumn(0, "Session", wxLIST_FORMAT_CENTER, 50);
-       wholist->InsertColumn(1, "User name", wxLIST_FORMAT_CENTER, 100);
-       wholist->InsertColumn(2, "Room", wxLIST_FORMAT_CENTER, 100);
-       wholist->InsertColumn(3, "From host", wxLIST_FORMAT_CENTER, 100);
+       wholist->InsertColumn(0, "Session", wxLIST_FORMAT_CENTER, 60);
+       wholist->InsertColumn(1, "User name", wxLIST_FORMAT_CENTER, 150);
+       wholist->InsertColumn(2, "Room", wxLIST_FORMAT_CENTER, 150);
+       wholist->InsertColumn(3, "From host", wxLIST_FORMAT_CENTER, 150);
 
        SetAutoLayout(TRUE);
        Show(TRUE);