summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-06-06 14:27:31 +0200
committerAndras Timar <atimar@suse.com>2011-06-06 14:27:31 +0200
commitf4f929a6f7a8645956983c9c72a5590d0ceb7c2d (patch)
treec4668ab8bfa03bbdccc18cb3ab3dfddefccbb623
parent969eb30006817639100375728c35489768e2b9f5 (diff)
fix a dialog layout problem - fdo#37985
-rw-r--r--sc/source/ui/dbgui/dapitype.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/dapitype.src b/sc/source/ui/dbgui/dapitype.src
index 283106c15..b9c636b47 100644
--- a/sc/source/ui/dbgui/dapitype.src
+++ b/sc/source/ui/dbgui/dapitype.src
@@ -74,13 +74,13 @@ ModalDialog RID_SCDLG_DAPITYPE
RadioButton BTN_NAMED_RANGE
{
Pos = MAP_APPFONT ( 12 , 32 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
+ Size = MAP_APPFONT ( 80 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Named range";
};
ListBox LB_NAMED_RANGE
{
- Pos = MAP_APPFONT ( 90 , 31 ) ;
+ Pos = MAP_APPFONT ( 100 , 31 ) ;
Size = MAP_APPFONT ( 70 , 10 ) ;
TabStop = TRUE ;
DropDown = TRUE ;