From eb0a1da770161a7d680061eaa3d79f8ea8eef6ac Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 25 May 2012 10:50:54 +0200 Subject: resize options dialog to fit to increased tab height Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25 --- cui/source/options/treeopt.hrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cui/source/options/treeopt.hrc') diff --git a/cui/source/options/treeopt.hrc b/cui/source/options/treeopt.hrc index 46572f4d9c42..fc4e55f74e7f 100644 --- a/cui/source/options/treeopt.hrc +++ b/cui/source/options/treeopt.hrc @@ -25,6 +25,8 @@ * ************************************************************************/ +#include + #include #define PB_OK 1 @@ -55,8 +57,8 @@ // metrics -#define WIDTH_PAGEFRAME 263 -#define HEIGHT_PAGEFRAME 191 +#define WIDTH_PAGEFRAME (TP_WIDTH + 3) +#define HEIGHT_PAGEFRAME (TP_HEIGHT + 6) #define COL_1 (RSC_SP_DLG_INNERBORDER_LEFT) #define COL_2 (COL_1+0) -- cgit