diff options
author | Andras Timar <atimar@suse.com> | 2011-06-06 14:27:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-06 15:53:41 +0300 |
commit | 1a19e46f2ae558370a3986af38bc76391abadf14 (patch) | |
tree | 861bf6374ce57573aba34fcbc4c5e4228dbbbad4 | |
parent | 10e0290bb5dec02584c287f5a147d613c653cb04 (diff) |
fix a dialog layout problem - fdo#37985
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
-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 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 ; |