From 062f5792d41e24843a854f735c0bd6895cbd3e3b Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 5 Jan 2011 12:29:43 -0500 Subject: Make the Reset help agent button wider for Italian text. (fdo#32133) Signed-off-by: Petr Mladek --- cui/source/options/optgdlg.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options/optgdlg.src') diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index a4b99d361222..8a2639eec455 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 -- cgit