summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-25 10:50:54 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-26 07:49:43 +0200
commiteb0a1da770161a7d680061eaa3d79f8ea8eef6ac (patch)
tree8037bd561a74088eb4c6f7ae2ae0fca31f394082 /cui
parent2acf56beb51aae06b81e094bf8ada1f4b77e1bda (diff)
resize options dialog to fit to increased tab height
Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/treeopt.hrc6
1 files changed, 4 insertions, 2 deletions
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 <sfx2/tabpage.hrc>
+
#include <svtools/controldims.hrc>
#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)