* Fix typo in declaration of BStringColumn.
(Args were declared: width,maxWidth,minWidth while the last 2 ones were the other way around) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18083 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -76,8 +76,8 @@ class BStringColumn : public BTitledColumn
|
|||||||
public:
|
public:
|
||||||
BStringColumn (const char *title,
|
BStringColumn (const char *title,
|
||||||
float width,
|
float width,
|
||||||
float maxWidth,
|
|
||||||
float minWidth,
|
float minWidth,
|
||||||
|
float maxWidth,
|
||||||
uint32 truncate,
|
uint32 truncate,
|
||||||
alignment align = B_ALIGN_LEFT);
|
alignment align = B_ALIGN_LEFT);
|
||||||
virtual void DrawField (BField* field,
|
virtual void DrawField (BField* field,
|
||||||
|
|||||||
Reference in New Issue
Block a user