Kaydet (Commit) eb0a1da7 authored tarafından David Tardon's avatar David Tardon

resize options dialog to fit to increased tab height

Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25
üst 2acf56be
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment