summaryrefslogtreecommitdiff
path: root/cui/source/options/treeopt.src
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-05-31 21:16:30 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-06-04 11:15:21 +0400
commit0d663b02dc04f06170afdac578fc4f7629be78a0 (patch)
tree75020e800bef9dcb145b63b79e600e65d2dfd8fb /cui/source/options/treeopt.src
parentc3b12e24ce5e62e05d524a338e1c17f8e7a53f53 (diff)
remove the border from the options dialog, use just a separator instead
Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
Diffstat (limited to 'cui/source/options/treeopt.src')
-rw-r--r--cui/source/options/treeopt.src19
1 files changed, 9 insertions, 10 deletions
diff --git a/cui/source/options/treeopt.src b/cui/source/options/treeopt.src
index 68dbe8930766..f05f978cadd9 100644
--- a/cui/source/options/treeopt.src
+++ b/cui/source/options/treeopt.src
@@ -39,32 +39,32 @@ ModalDialog RID_OFADLG_OPTIONS_TREE
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( COL_12 , ROW_5 ) ;
+ Size = MAP_APPFONT ( COL_12 , ROW_6 ) ;
Text [ en-US ] = "Options";
OKButton PB_OK
{
- Pos = MAP_APPFONT ( COL_4, ROW_3 ) ;
+ Pos = MAP_APPFONT ( COL_4, ROW_4 ) ;
Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
TabStop = TRUE ;
DefButton = TRUE;
};
CancelButton PB_CANCEL
{
- Pos = MAP_APPFONT ( COL_6, ROW_3 ) ;
+ Pos = MAP_APPFONT ( COL_6, ROW_4 ) ;
Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
- Pos = MAP_APPFONT ( COL_8, ROW_3 ) ;
+ Pos = MAP_APPFONT ( COL_8, ROW_4 ) ;
Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
TabStop = TRUE ;
};
PushButton PB_BACK
{
HelpID = "cui:PushButton:RID_OFADLG_OPTIONS_TREE:PB_BACK";
- Pos = MAP_APPFONT ( COL_10, ROW_3 ) ;
+ Pos = MAP_APPFONT ( COL_10, ROW_4 ) ;
Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Revert" ;
@@ -73,15 +73,14 @@ ModalDialog RID_OFADLG_OPTIONS_TREE
Control TLB_PAGES
{
Pos = MAP_APPFONT ( COL_1, ROW_1 ) ;
- Size = MAP_APPFONT ( (COL_2-COL_1), (ROW_4-ROW_1) );
+ Size = MAP_APPFONT ( (COL_2-COL_1), (ROW_5-ROW_1) );
TabStop = TRUE ;
Border = TRUE;
};
- Control FB_BORDER
+ FixedLine FL_SEPARATOR
{
- Pos = MAP_APPFONT ( COL_3, ROW_1 ) ;
- Size = MAP_APPFONT ( WIDTH_PAGEFRAME, HEIGHT_PAGEFRAME ) ;
- Hide = TRUE;
+ Pos = MAP_APPFONT ( COL_3, ROW_3 ) ;
+ Size = MAP_APPFONT ( WIDTH_PAGEFRAME, ROW_4-ROW_3 ) ;
};
String ST_LOAD_ERROR
{