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:
Stephan Aßmus 2009-07-28 15:48:51 +00:00
parent 82ad5f999d
commit 20f7be247e

View File

@ -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