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-12 10:17:02 +0100 |
commit | 04843039b55a9789d5aa993a88a0b4a4e716f885 (patch) | |
tree | a66bd92b6bcb7c99aaca1463b3b4d9a2a88bb972 /sfx2 | |
parent | a074533219ba633905cc2dd7b3a84558283ebe45 (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; }; |