diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-30 13:31:20 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-30 13:31:20 -0400 |
commit | a9b70021724fa918f61d6e11ae72a19b02eb5e6b (patch) | |
tree | 435a65451564fe141c870ee8330b26dd6e93d774 /cui | |
parent | 48e1e621148fd811ab82b520f8240b06475c67d9 (diff) |
Use TP_WIDTH & TP_HEIGHT for the Connection options page.
Change-Id: I1142b691bc964e3fb12d25ca885dbc5c09cb85c7
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/connpooloptions.src | 5 |
1 files changed, 3 insertions, 2 deletions
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 <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 ; |