summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-12-01 17:05:57 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-12-01 17:07:30 -0500
commitdfe91d085c72ce3bfc8e59a0c20b64eb1fdc4279 (patch)
tree9b586340e9200ae4a8a8c13f7efa9042cf4c1cc1 /cui
parent4ab5b3c69b803fcaec7d171bf29f8d1def6f1883 (diff)
Fixed the sizes of Tips and Extended tips check boxes.
The Tips check box control was too wide and it was overlapping with the Extended tips check box, which prevented it from being clickable. (fdo#32028)
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optgdlg.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src
index e26258a5954e..140a9c7a3c22 100644
--- a/cui/source/options/optgdlg.src
+++ b/cui/source/options/optgdlg.src
@@ -51,13 +51,13 @@ TabPage OFA_TP_MISC
CheckBox CB_TOOLTIP
{
Pos = MAP_APPFONT( COL1, ROW1 );
- Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT );
+ Size = MAP_APPFONT( COL3 - COL1, RSC_CD_CHECKBOX_HEIGHT );
Text [ en-US ] = "~Tips";
};
CheckBox CB_EXTHELP
{
Pos = MAP_APPFONT( COL3, ROW1 );
- Size = MAP_APPFONT( WHOLE_WIDTH - COL2, RSC_CD_CHECKBOX_HEIGHT );
+ Size = MAP_APPFONT( WHOLE_WIDTH - COL3, RSC_CD_CHECKBOX_HEIGHT );
Text [ en-US ] = "~Extended tips";
};
FixedText FT_HELPFORMAT