diff options
author | Andras Timar <atimar@suse.com> | 2011-06-06 14:27:31 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-06-06 14:27:31 +0200 |
commit | ac40e3aa5ca58367af33443fe6519756ff09266d (patch) | |
tree | e33b9015a9a46429a7d3a069033dd5f8a4ce2bb8 /sc/source | |
parent | 3390f08279ed94b4ea41b4e5f1f56efd5dbe3735 (diff) |
fix a dialog layout problem - fdo#37985
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/dbgui/dapitype.src | 4 |
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 ; |