[Libreoffice-commits] .: cui/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed May 30 10:31:03 PDT 2012
cui/source/options/connpooloptions.src | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit a9b70021724fa918f61d6e11ae72a19b02eb5e6b
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed May 30 13:31:20 2012 -0400
Use TP_WIDTH & TP_HEIGHT for the Connection options page.
Change-Id: I1142b691bc964e3fb12d25ca885dbc5c09cb85c7
diff --git a/cui/source/options/connpooloptions.src b/cui/source/options/connpooloptions.src
index 89b4559..31d9adc 100644
--- a/cui/source/options/connpooloptions.src
+++ b/cui/source/options/connpooloptions.src
@@ -28,8 +28,8 @@
#include "connpooloptions.hrc"
#include <cuires.hrc>
-#define PAGE_SIZE_X 260
-#define PAGE_SIZE_Y 185
+#define PAGE_SIZE_X TP_WIDTH
+#define PAGE_SIZE_Y TP_HEIGHT
#define LIST_SIZE_Y 100
@@ -37,6 +37,7 @@ TabPage RID_OFAPAGE_CONNPOOLOPTIONS
{
HelpID = "cui:TabPage:RID_OFAPAGE_CONNPOOLOPTIONS";
OutputSize = TRUE ;
+ Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_SIZE_X, PAGE_SIZE_Y ) ;
SVLook = TRUE ;
Hide = TRUE ;
More information about the Libreoffice-commits
mailing list