From 48e1e621148fd811ab82b520f8240b06475c67d9 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 30 May 2012 13:27:18 -0400 Subject: [PATCH] Use TP_WIDTH & TP_HEIGHT for the accessibility options page. Change-Id: Idec88ec05a9a67693e0e5892ca87aa612b09b069 --- cui/source/options/optaccessibility.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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