From 04843039b55a9789d5aa993a88a0b4a4e716f885 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Thu, 6 Dec 2012 15:50:07 +0100 Subject: Template manager: toolbars height was too small Change-Id: Ie2cb1f4947baf99d90bfaaf62834482c8f7e6a05 --- sfx2/source/doc/templatedlg.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index c0687fd015b0..7a6118661009 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -178,7 +178,7 @@ ModelessDialog DLG_TEMPLATE_MANAGER Control TOOLBARS { Pos = MAP_APPFONT( 0 , 22 ); - Size = MAP_APPFONT( 290 , 15 ); + Size = MAP_APPFONT( 290 , 20 ); TabStop = False; }; -- cgit