summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2011-12-07 15:56:17 -0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-08 07:39:08 +0200
commitff60c8c01c4a2e4447a310dcc7f0a68206eb157f (patch)
tree1b11def01a6ca657c804fd618f8b82b4d45d1fdd /sc
parent8d86abbc361ea3745cbe33b8bd1651c849eb58e6 (diff)
Fix for bug fdo43586, need more room for localized string
This patch fixzex bug fdo43586, more room needed for localized strings in named range dialog.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/src/namedefdlg.src2
-rw-r--r--sc/source/ui/src/namedlg.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/namedefdlg.src b/sc/source/ui/src/namedefdlg.src
index 1a19f0bc8c81..42538dd4eef3 100644
--- a/sc/source/ui/src/namedefdlg.src
+++ b/sc/source/ui/src/namedefdlg.src
@@ -55,7 +55,7 @@ ModelessDialog RID_SCDLG_NAMES_DEFINE
CheckBox BTN_MORE
{
Pos = MAP_APPFONT( 5, 82 );
- Size = MAP_APPFONT( 60, 15 );
+ Size = MAP_APPFONT( 80, 15 );
Text [en-US] = "Range Options";
};
FixedText FT_INFO
diff --git a/sc/source/ui/src/namedlg.src b/sc/source/ui/src/namedlg.src
index 3e2eb421faad..6c1c46a1b21b 100644
--- a/sc/source/ui/src/namedlg.src
+++ b/sc/source/ui/src/namedlg.src
@@ -128,7 +128,7 @@ ModelessDialog RID_SCDLG_NAMES
{
HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE";
Pos = MAP_APPFONT ( 5 , 185 ) ;
- Size = MAP_APPFONT ( 50 , 15 ) ;
+ Size = MAP_APPFONT ( 80 , 15 ) ;
Text [en-US] = "Range Options";
};
FixedLine FL_DIV