diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 14:18:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 14:18:59 +0000 |
commit | c32f873c85c6e4fca6ee76be024aa8b76b3417ec (patch) | |
tree | bc8a3adc44bcacf07264541792a8e4354fa60e57 | |
parent | 09b892f5f919f3d4ffb857631acd94696569afa4 (diff) |
INTEGRATION: CWS uicleanup (1.18.306); FILE MERGED
2005/02/22 09:29:49 dv 1.18.306.1: #116586# Changed ImageButton sizes for better themeing support
-rw-r--r-- | sc/source/ui/src/simpref.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/src/simpref.src b/sc/source/ui/src/simpref.src index 7e3d7b9cb529..3f41b7ca0131 100644 --- a/sc/source/ui/src/simpref.src +++ b/sc/source/ui/src/simpref.src @@ -2,9 +2,9 @@ * * $RCSfile: simpref.src,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hjs $ $Date: 2004-06-26 20:10:15 $ + * last change: $Author: kz $ $Date: 2005-03-18 15:18:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,8 +89,8 @@ ModelessDialog RID_SCDLG_SIMPLEREF ImageButton RB_ASSIGN { QuickHelpText [ de ] = "Verkleinern" ; - Pos = MAP_APPFONT ( 142 , 6 ) ; - Size = MAP_APPFONT ( 12 , 12 ) ; + Pos = MAP_APPFONT ( 142 , 5 ) ; + Size = MAP_APPFONT ( 13 , 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; QuickHelpText [ x-comment ] = " "; |