summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.src
diff options
context:
space:
mode:
authorJoel Madero <jmadero.dev@gmail.com>2012-08-08 17:04:09 -0700
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-08-09 09:13:19 +0400
commit65476708533f6a2f423ede9135114bbb7aff82be (patch)
tree937771bc36a9e9acd8a9ea2b7c871d42b6bf101c /cui/source/options/optgdlg.src
parent3ea6b1c1594fa3fdb7e13c544b3beecd369b67d0 (diff)
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
Diffstat (limited to 'cui/source/options/optgdlg.src')
-rw-r--r--cui/source/options/optgdlg.src14
1 files changed, 10 insertions, 4 deletions
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";
};
};