From a8fc429c6f0a19d7bf8e7aee2a9614498dd89c95 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 6 Dec 2010 22:21:21 -0500 Subject: Make 'Reset help agent' button clickable again. (fdo#32132) --- cui/source/options/optgdlg.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index 7d0a80ce1..f26c3e416 100644 --- a/cui/source/options/optgdlg.src +++ b/cui/source/options/optgdlg.src @@ -85,7 +85,7 @@ TabPage OFA_TP_MISC CheckBox CB_HELPAGENT { Pos = MAP_APPFONT( COL1, ROW3 ); - Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ); + Size = MAP_APPFONT( COL3 - COL1, RSC_CD_CHECKBOX_HEIGHT ); Text [ en-US ] = "~Help Agent"; }; PushButton PB_HELPAGENT_RESET -- cgit v1.2.3