From 20f7be247e92c7f19241d7c060141194bbf90366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 28 Jul 2009 15:48:51 +0000 Subject: [PATCH] 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 --- headers/os/interface/SeparatorView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/SeparatorView.h b/headers/os/interface/SeparatorView.h index b0269ddb61..d0479f707d 100644 --- a/headers/os/interface/SeparatorView.h +++ b/headers/os/interface/SeparatorView.h @@ -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