resize options dialog to fit to increased tab height
Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
|
#include <sfx2/tabpage.hrc>
|
||||||
|
|
||||||
#include <svtools/controldims.hrc>
|
#include <svtools/controldims.hrc>
|
||||||
|
|
||||||
#define PB_OK 1
|
#define PB_OK 1
|
||||||
@@ -55,8 +57,8 @@
|
|||||||
|
|
||||||
// metrics
|
// metrics
|
||||||
|
|
||||||
#define WIDTH_PAGEFRAME 263
|
#define WIDTH_PAGEFRAME (TP_WIDTH + 3)
|
||||||
#define HEIGHT_PAGEFRAME 191
|
#define HEIGHT_PAGEFRAME (TP_HEIGHT + 6)
|
||||||
|
|
||||||
#define COL_1 (RSC_SP_DLG_INNERBORDER_LEFT)
|
#define COL_1 (RSC_SP_DLG_INNERBORDER_LEFT)
|
||||||
#define COL_2 (COL_1+0)
|
#define COL_2 (COL_1+0)
|
||||||
|
Reference in New Issue
Block a user