diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-12-06 22:21:21 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-12-06 22:21:21 -0500 |
commit | a8fc429c6f0a19d7bf8e7aee2a9614498dd89c95 (patch) | |
tree | 3afe3735fd83cc37a93c293ade2db17d62045c9c | |
parent | 117ea10a00ab0dad44c6968ddd5c04e2325d083d (diff) |
Make 'Reset help agent' button clickable again. (fdo#32132)
-rw-r--r-- | 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 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 |