diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-26 15:19:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-26 15:19:49 +0000 |
commit | 337def380c434414727ea5c8fedf530608cb02fd (patch) | |
tree | 050759bce0c923e13336765a61c8989f3b7d2b48 /framework | |
parent | 1ec1371c647cb2ef150379c838763ff8b95d6ce3 (diff) |
INTEGRATION: CWS vcl31 (1.2.50); FILE MERGED
2004/11/12 09:57:14 ssa 1.2.50.1: #i36510# enable top border for StatusBar
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/statusbar.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/source/uielement/statusbar.cxx b/framework/source/uielement/statusbar.cxx index b9aeec091867..e585a28eac38 100644 --- a/framework/source/uielement/statusbar.cxx +++ b/framework/source/uielement/statusbar.cxx @@ -2,9 +2,9 @@ * * $RCSfile: statusbar.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-09-09 17:11:24 $ + * last change: $Author: hr $ $Date: 2004-11-26 16:19:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,6 +84,10 @@ FrameworkStatusBar::FrameworkStatusBar( m_bLock( sal_False ), m_pMgr( NULL ) { + // enable a thin border to better separate from the vertical docking areas + SetTopBorder(); + // set optimal size + SetOutputSizePixel( CalcWindowSizePixel() ); } FrameworkStatusBar::~FrameworkStatusBar() |