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:
parent
f5f1e60295
commit
2bfc017799
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
|
@ -494,7 +494,7 @@ namespace pcr
|
|||
// #95343# ---------------------------------------------------------
|
||||
sal_Int32 OBrowserListBox::GetMinimumWidth()
|
||||
{
|
||||
return m_nTheNameSize + 2 * FRAME_OFFSET + (m_nRowHeight - 4) * 10;
|
||||
return m_nTheNameSize + 2 * FRAME_OFFSET + (m_nRowHeight - 4) * 8;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue