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:
@@ -182,6 +182,7 @@ XFE_RDFTreeView::createTree()
|
||||
XmNheadingRows, 1,
|
||||
XmNvisibleRows, 14,
|
||||
XmNhideUnhideButtons, True,
|
||||
XmNminColumnWidth, 6,
|
||||
NULL);
|
||||
|
||||
XtVaSetValues(_tree, XmNcellAlignment, XmALIGNMENT_LEFT, NULL);
|
||||
|
||||
Reference in New Issue
Block a user