From 51fdf273e9893d3d05c99a09e1c2e5835a78e891 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 22 May 2012 15:44:13 +0200 Subject: 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 --- sfx2/source/view/impviewframe.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2') 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 ); } -- cgit