diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-01-29 11:31:38 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-01-29 11:31:38 -0500 |
commit | a381cd8160f05c527bdea880aabc3aea0ab1c6c9 (patch) | |
tree | 4ec1ef83cf7f5417c43cb239b41ee65d7d5d2cf4 /sc/source/ui/dbgui/asciiopt.src | |
parent | cddec3b38e83480ba3d16644fb944c83134e5946 (diff) |
koheicsvimport: #i108755# Moved the new check boxes to the left by 9 pixels.
They should be aligned with the "Separated by" radio button.
Diffstat (limited to 'sc/source/ui/dbgui/asciiopt.src')
-rw-r--r-- | sc/source/ui/dbgui/asciiopt.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/asciiopt.src b/sc/source/ui/dbgui/asciiopt.src index 57c338f0f70d..63e17f0f60f0 100644 --- a/sc/source/ui/dbgui/asciiopt.src +++ b/sc/source/ui/dbgui/asciiopt.src @@ -214,7 +214,7 @@ ModalDialog RID_SCDLG_ASCII CheckBox CB_QUOTED_AS_TEXT { - Pos = MAP_APPFONT ( 20 , 158 ) ; + Pos = MAP_APPFONT ( 12 , 158 ) ; Size = MAP_APPFONT ( 130 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Quoted field as text" ; @@ -222,7 +222,7 @@ ModalDialog RID_SCDLG_ASCII CheckBox CB_DETECT_SPECIAL_NUMBER { - Pos = MAP_APPFONT ( 20 , 171 ) ; + Pos = MAP_APPFONT ( 12 , 171 ) ; Size = MAP_APPFONT ( 130 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Detect special numbers" ; |