From 61318f66d2c30d4c161bafd0d82b8ccac6e3b32a Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 5 Jan 2011 12:29:43 -0500 Subject: [PATCH] Make the Reset help agent button wider for Italian text. (fdo#32133) --- cui/source/options/optgdlg.src | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index e2c3478..762e025 100644 --- a/cui/source/options/optgdlg.src +++ b/cui/source/options/optgdlg.src @@ -93,7 +93,7 @@ TabPage OFA_TP_MISC PushButton PB_HELPAGENT_RESET { Pos = MAP_APPFONT( COL3, ROW3 ); - Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); + Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH + 20, RSC_CD_PUSHBUTTON_HEIGHT ); Text [ en-US ] = "~Reset Help Agent"; }; FixedLine FL_FILEDLG -- 1.7.3.1