diff --git a/cui/source/options/connpooloptions.src b/cui/source/options/connpooloptions.src index 89b45595b37a..31d9adc49cee 100644 --- a/cui/source/options/connpooloptions.src +++ b/cui/source/options/connpooloptions.src @@ -28,8 +28,8 @@ #include "connpooloptions.hrc" #include -#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 ;