resize options dialog to fit to increased tab height

Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25
This commit is contained in:
David Tardon
2012-05-25 10:50:54 +02:00
parent 2acf56beb5
commit eb0a1da770

View File

@@ -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)