summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/marktree.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-06 09:48:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-06 09:48:15 +0000
commit5cd7700fdabccf9ed232fc27feb8d02c19409299 (patch)
tree8826f7f5100ff452ccdb962dfda8f486cd24223b /dbaccess/source/ui/control/marktree.cxx
parent887a8be984e4c1d86472fc24de383a5a528fa5f6 (diff)
INTEGRATION: CWS dba07 (1.10.40); FILE MERGED
2003/05/22 12:09:01 oj 1.10.40.1: #109852# call SetSpaceBetweenEntries in ctor
Diffstat (limited to 'dbaccess/source/ui/control/marktree.cxx')
-rw-r--r--dbaccess/source/ui/control/marktree.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/ui/control/marktree.cxx b/dbaccess/source/ui/control/marktree.cxx
index 302b4e0f9fc1..679251becdd1 100644
--- a/dbaccess/source/ui/control/marktree.cxx
+++ b/dbaccess/source/ui/control/marktree.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: marktree.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 17:52:16 $
+ * last change: $Author: vg $ $Date: 2003-06-06 10:48:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
namespace dbaui
{
//.........................................................................
-
+#define SPACEBETWEENENTRIES 4
//========================================================================
//= OMarkableTreeListBox
//========================================================================
@@ -121,6 +121,8 @@ void OMarkableTreeListBox::Paint(const Rectangle& _rRect)
//------------------------------------------------------------------------
void OMarkableTreeListBox::InitButtonData()
{
+ USHORT nSize = SPACEBETWEENENTRIES;
+ SetSpaceBetweenEntries(nSize);
SetNodeDefaultImages( );
m_pCheckButton = new SvLBoxButtonData( this );