Actually, make B_PLAIN_BORDER look the default for simple separator lines.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31848 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
class BSeparatorView : public BView {
|
class BSeparatorView : public BView {
|
||||||
public:
|
public:
|
||||||
BSeparatorView(enum orientation orientation,
|
BSeparatorView(enum orientation orientation,
|
||||||
border_style border = B_FANCY_BORDER);
|
border_style border = B_PLAIN_BORDER);
|
||||||
BSeparatorView(const char* name,
|
BSeparatorView(const char* name,
|
||||||
const char* label,
|
const char* label,
|
||||||
enum orientation orientation
|
enum orientation orientation
|
||||||
|
|||||||
Reference in New Issue
Block a user