diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 14:18:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 14:18:20 +0000 |
commit | 09b892f5f919f3d4ffb857631acd94696569afa4 (patch) | |
tree | aa08dfb170dc4ddcd3536a418b44c86db98685a9 /sc | |
parent | 9d7fa2a6b646e65117a5c8dfbaa844242fb377c1 (diff) |
INTEGRATION: CWS uicleanup (1.31.306); FILE MERGED
2005/02/22 09:29:48 dv 1.31.306.1: #116586# Changed ImageButton sizes for better themeing support
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/namedlg.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/src/namedlg.src b/sc/source/ui/src/namedlg.src index 6c47f9c632f9..990b6b2dd752 100644 --- a/sc/source/ui/src/namedlg.src +++ b/sc/source/ui/src/namedlg.src @@ -2,9 +2,9 @@ * * $RCSfile: namedlg.src,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: hjs $ $Date: 2004-06-26 20:08:06 $ + * last change: $Author: kz $ $Date: 2005-03-18 15:18:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,8 +144,8 @@ ModelessDialog RID_SCDLG_NAMES ImageButton RB_ASSIGN { QuickHelpText [ de ] = "Verkleinern" ; - Pos = MAP_APPFONT ( 145 , 123 ) ; - Size = MAP_APPFONT ( 12 , 12 ) ; + Pos = MAP_APPFONT ( 145 , 122 ) ; + Size = MAP_APPFONT ( 13 , 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; QuickHelpText [ x-comment ] = " "; |