diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-06 15:50:07 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-10 16:11:57 +0100 |
commit | 87e5851af82a11d9880e235c0f66980dcb5e5af7 (patch) | |
tree | 32d74c831becfea64bf60764d09e48a1d6387c9f /sfx2 | |
parent | 7b5f71239ef376503731aa450a4ffa6bd1e019cb (diff) |
Template manager: toolbars height was too small
Change-Id: Ie2cb1f4947baf99d90bfaaf62834482c8f7e6a05
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/templatedlg.src | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |