cui/source/options/optaccessibility.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 48e1e621148fd811ab82b520f8240b06475c67d9 Author: Kohei Yoshida <[email protected]> Date: Wed May 30 13:27:18 2012 -0400 Use TP_WIDTH & TP_HEIGHT for the accessibility options page. Change-Id: Idec88ec05a9a67693e0e5892ca87aa612b09b069 diff --git a/cui/source/options/optaccessibility.src b/cui/source/options/optaccessibility.src index 24782ab..ca94641 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
