summaryrefslogtreecommitdiff
path: root/cui/source/options/certpath.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-11 11:10:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-11 11:13:36 +0000
commit4895dd454ccf3d403b2ed7aa4b19f726c28e6032 (patch)
treed2cc3753f0e98699b4e3c96850fa072dbcae2176 /cui/source/options/certpath.cxx
parent992f3ce06773cd05dbb66162f51408338d3db801 (diff)
add borders to simpletablecontainer
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
Diffstat (limited to 'cui/source/options/certpath.cxx')
-rw-r--r--cui/source/options/certpath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx
index e5672603b681..37719bc0f95d 100644
--- a/cui/source/options/certpath.cxx
+++ b/cui/source/options/certpath.cxx
@@ -50,7 +50,7 @@ CertPathDialog::CertPathDialog( Window* pParent ) :
, m_aCertPathFL ( this, CUI_RES( FL_CERTPATH ) )
, m_aCertPathFT ( this, CUI_RES( FT_CERTPATH ) )
, m_aCertPathListContainer( this, CUI_RES( LB_CERTPATH ) )
- , m_aCertPathList( m_aCertPathListContainer )
+ , m_aCertPathList( m_aCertPathListContainer, WB_BORDER )
, m_aAddBtn ( this, CUI_RES( PB_ADD ) )
, m_aButtonsFL ( this, CUI_RES( FL_BUTTONS ) )
, m_aOKBtn ( this, CUI_RES( PB_OK ) )