INTEGRATION: CWS frmcontrols01 (1.5.2); FILE MERGED

2003/11/05 07:56:55 fs 1.5.2.1: somewhat smaller minimum width
This commit is contained in:
Kurt Zenker 2003-12-11 11:25:24 +00:00
parent f5f1e60295
commit 2bfc017799

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: browserlistbox.cxx,v $ * $RCSfile: browserlistbox.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: obo $ $Date: 2003-10-21 09:03:53 $ * last change: $Author: kz $ $Date: 2003-12-11 12:25:24 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -494,7 +494,7 @@ namespace pcr
// #95343# --------------------------------------------------------- // #95343# ---------------------------------------------------------
sal_Int32 OBrowserListBox::GetMinimumWidth() sal_Int32 OBrowserListBox::GetMinimumWidth()
{ {
return m_nTheNameSize + 2 * FRAME_OFFSET + (m_nRowHeight - 4) * 10; return m_nTheNameSize + 2 * FRAME_OFFSET + (m_nRowHeight - 4) * 8;
} }
//------------------------------------------------------------------ //------------------------------------------------------------------