[Libreoffice-commits] .: cui/source

David Tardon dtardon at kemper.freedesktop.org
Sat May 26 01:41:07 PDT 2012


 cui/source/options/treeopt.hrc |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit eb0a1da770161a7d680061eaa3d79f8ea8eef6ac
Author: David Tardon <dtardon at redhat.com>
Date:   Fri May 25 10:50:54 2012 +0200

    resize options dialog to fit to increased tab height
    
    Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25

diff --git a/cui/source/options/treeopt.hrc b/cui/source/options/treeopt.hrc
index 46572f4..fc4e55f 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)


More information about the Libreoffice-commits mailing list