diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-30 13:27:18 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-30 13:27:44 -0400 |
commit | 48e1e621148fd811ab82b520f8240b06475c67d9 (patch) | |
tree | 871ae7f1e10f2b3b3e85c28e30e3fc5d7485e885 /cui | |
parent | bb9f73045879293f5fcea1dd0e205efb84c07781 (diff) |
Use TP_WIDTH & TP_HEIGHT for the accessibility options page.
Change-Id: Idec88ec05a9a67693e0e5892ca87aa612b09b069
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optaccessibility.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/options/optaccessibility.src b/cui/source/options/optaccessibility.src index 24782abb871d..ca946419d574 100644 --- a/cui/source/options/optaccessibility.src +++ b/cui/source/options/optaccessibility.src @@ -33,7 +33,8 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG { HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ; - Size = MAP_APPFONT ( 260 , WHOLE_HEIGHT ) ; + Pos = MAP_APPFONT ( 0 , 0 ) ; + Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; SVLook = TRUE ; Hide = TRUE ; FixedLine FL_MISCELLANEOUS |