summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-05-22 15:44:13 +0200
committerJan Holesovsky <kendy@suse.cz>2012-05-22 18:49:49 +0200
commit51fdf273e9893d3d05c99a09e1c2e5835a78e891 (patch)
tree6a62b880209a637e662b8efcfc4a78fdbdcba762 /sfx2
parent5394b379eba8f3522a80ee7e68708f8851a86d7d (diff)
border window: Design by Mirek M. - make the 'shells' more lightweight.
Just a line at the top and the bottom, we do not want the entire 3D effect here, it makes it visually incompatible with the window decorations. Change-Id: I262932fb5def21d5bc4fb347be6d6a07807bb4d2
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/impviewframe.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/view/impviewframe.hxx b/sfx2/source/view/impviewframe.hxx
index 16fe88a346fd..9308894575e7 100644
--- a/sfx2/source/view/impviewframe.hxx
+++ b/sfx2/source/view/impviewframe.hxx
@@ -87,6 +87,7 @@ public:
bActive( sal_False ),
pFrame( p )
{
+ SetBorderStyle( WINDOW_BORDER_TOPBOTTOM );
p->GetFrame().GetWindow().SetBorderStyle( WINDOW_BORDER_NOBORDER );
}