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:
parent
82ad5f999d
commit
20f7be247e
@ -14,7 +14,7 @@
|
||||
class BSeparatorView : public BView {
|
||||
public:
|
||||
BSeparatorView(enum orientation orientation,
|
||||
border_style border = B_FANCY_BORDER);
|
||||
border_style border = B_PLAIN_BORDER);
|
||||
BSeparatorView(const char* name,
|
||||
const char* label,
|
||||
enum orientation orientation
|
||||
|
Loading…
Reference in New Issue
Block a user