Set the minimum column width (to 6).

git-svn-id: svn://10.0.0.236/trunk@12916 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
1998-10-15 20:54:21 +00:00
parent 95cea74d0f
commit 4e88e16bc8

View File

@@ -182,6 +182,7 @@ XFE_RDFTreeView::createTree()
XmNheadingRows, 1,
XmNvisibleRows, 14,
XmNhideUnhideButtons, True,
XmNminColumnWidth, 6,
NULL);
XtVaSetValues(_tree, XmNcellAlignment, XmALIGNMENT_LEFT, NULL);