summaryrefslogtreecommitdiff
path: root/cui/source/options/treeopt.hrc
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.hrc
parentc3b12e24ce5e62e05d524a338e1c17f8e7a53f53 (diff)
remove the border from the options dialog, use just a separator instead
Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
Diffstat (limited to 'cui/source/options/treeopt.hrc')
-rw-r--r--cui/source/options/treeopt.hrc11
1 files changed, 6 insertions, 5 deletions
diff --git a/cui/source/options/treeopt.hrc b/cui/source/options/treeopt.hrc
index fc4e55f74e7f..3be1d6a8cdfa 100644
--- a/cui/source/options/treeopt.hrc
+++ b/cui/source/options/treeopt.hrc
@@ -35,7 +35,7 @@
#define PB_BACK 4
#define TLB_PAGES 5
-#define FB_BORDER 19
+#define FL_SEPARATOR 19
#define FT_HINT 21
#define CB_DISABLE 22
@@ -57,8 +57,8 @@
// metrics
-#define WIDTH_PAGEFRAME (TP_WIDTH + 3)
-#define HEIGHT_PAGEFRAME (TP_HEIGHT + 6)
+#define WIDTH_PAGEFRAME TP_WIDTH
+#define HEIGHT_PAGEFRAME TP_HEIGHT
#define COL_1 (RSC_SP_DLG_INNERBORDER_LEFT)
#define COL_2 (COL_1+0)
@@ -77,5 +77,6 @@
#define ROW_1 (RSC_SP_DLG_INNERBORDER_TOP)
#define ROW_2 (ROW_1+HEIGHT_PAGEFRAME)
#define ROW_3 (ROW_2+RSC_SP_CTRL_GROUP_Y)
-#define ROW_4 (ROW_3+RSC_CD_PUSHBUTTON_HEIGHT)
-#define ROW_5 (ROW_4+RSC_SP_DLG_INNERBORDER_BOTTOM)
+#define ROW_4 (ROW_3+RSC_CD_FIXEDLINE_HEIGHT)
+#define ROW_5 (ROW_4+RSC_CD_PUSHBUTTON_HEIGHT)
+#define ROW_6 (ROW_5+RSC_SP_DLG_INNERBORDER_BOTTOM)