From 65476708533f6a2f423ede9135114bbb7aff82be Mon Sep 17 00:00:00 2001 From: Joel Madero Date: Wed, 8 Aug 2012 17:04:09 -0700 Subject: Addition of linear divider and header "Optional (unstable) Features" Put two experimental options (Experimental & Macro Recording) below a linear divider with the header of "Optional (Unstable) Features" Had to adjust distance between two options in order for them to fit properly in the dialog. Change-Id: I784f99c282d5b70e7e025b1ca05a7c8d73869cef --- cui/source/options/optgdlg.src | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'cui/source/options/optgdlg.src') diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index 5f2edda76bc6..272874429302 100644 --- a/cui/source/options/optgdlg.src +++ b/cui/source/options/optgdlg.src @@ -160,17 +160,23 @@ TabPage OFA_TP_MISC Size = MAP_APPFONT( WHOLE_WIDTH - COL6, RSC_CD_FIXEDTEXT_HEIGHT ); Text [ en-US ] = "and " ; }; + FixedLine FL_EXPERIMENTAL + { + Pos = MAP_APPFONT( COL0, ROW14 ); + Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ); + Text [ en-US ] = "Optional (unstable) features" ; + }; CheckBox CB_EXPERIMENTAL { - Pos = MAP_APPFONT( COL1, ROW14 ); + Pos = MAP_APPFONT( COL1, ROW15 ); Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ); - Text [ en-US ] = "Enable experimental (unstable) features"; + Text [ en-US ] = "Enable experimental features"; }; CheckBox CB_MACRORECORDER { - Pos = MAP_APPFONT( COL1, ROW15 ); + Pos = MAP_APPFONT( COL1, ROW16 ); Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ); - Text [ en-US ] = "Enable macro recording (limited)"; + Text [ en-US ] = "Enable macro recording"; }; }; -- cgit