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.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/source/options/optgdlg.hxx') diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx index 3ae53fdf3200..e38c48c90db3 100644 --- a/cui/source/options/optgdlg.hxx +++ b/cui/source/options/optgdlg.hxx @@ -70,6 +70,7 @@ private: String aStrDateInfo; + FixedLine aExperimentalFL; CheckBox aExperimentalCB; CheckBox aMacroRecorderCB; -- cgit