diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-20 12:42:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-20 12:43:14 +0100 |
commit | e41a630bc8aa93a104d56820862e28386805197a (patch) | |
tree | 7455aea08f3219c1c84128ba64cd241ba587266e | |
parent | 017a82c50c338a4304ca0b945ed04c7d2d62f1d5 (diff) |
make space for radiobuttons in cert dialog a bit bigger
Change-Id: I0726d3ea1661d00495e87897746d3baaf768c170
-rw-r--r-- | cui/source/options/certpath.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx index 417ab1f98191..667e72bf725c 100644 --- a/cui/source/options/certpath.cxx +++ b/cui/source/options/certpath.cxx @@ -60,7 +60,7 @@ CertPathDialog::CertPathDialog( Window* pParent ) : { static long aStaticTabs[]= { - 3, 0, 10, 70 + 3, 0, 15, 75 }; m_aCertPathList.SvxSimpleTable::SetTabs( aStaticTabs ); |