From e41a630bc8aa93a104d56820862e28386805197a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 20 Jun 2012 12:42:52 +0100 Subject: make space for radiobuttons in cert dialog a bit bigger Change-Id: I0726d3ea1661d00495e87897746d3baaf768c170 --- cui/source/options/certpath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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 ); -- cgit