Bugzilla – Attachment 54197 Details for
Bug 43586
[UI] Need more room for localized string: named ranges
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add more room to localized strings
0001-Fix-for-bug-fdo43586-need-more-room-for-localized-st.patch (text/plain), 1.39 KB, created by
Olivier Hallot
on 2011-12-07 10:34:25 UTC
(
hide
)
Description:
patch to add more room to localized strings
Filename:
MIME Type:
Creator:
Olivier Hallot
Created:
2011-12-07 10:34:25 UTC
Size:
1.39 KB
patch
obsolete
>From ac81abadb59311009ce2f721da3fb7f3feeee690 Mon Sep 17 00:00:00 2001 >From: Olivier Hallot <olivier.hallot@alta.org.br> >Date: Wed, 7 Dec 2011 15:56:17 -0200 >Subject: [PATCH] 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. >--- > sc/source/ui/src/namedefdlg.src | 2 +- > sc/source/ui/src/namedlg.src | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/sc/source/ui/src/namedefdlg.src b/sc/source/ui/src/namedefdlg.src >index 1a19f0b..42538dd 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 077a7cb..daeabef 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 >-- >1.7.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 43586
: 54197 |
54198
|
54199