summaryrefslogtreecommitdiff
path: root/sc/source
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
commitac40e3aa5ca58367af33443fe6519756ff09266d (patch)
treee33b9015a9a46429a7d3a069033dd5f8a4ce2bb8 /sc/source
parent3390f08279ed94b4ea41b4e5f1f56efd5dbe3735 (diff)
fix a dialog layout problem - fdo#37985
Diffstat (limited to 'sc/source')
-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 283106c15e84..b9c636b477bc 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 ;