[Libreoffice-commits] .: cui/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed May 30 10:27:05 PDT 2012
cui/source/options/optaccessibility.src | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 48e1e621148fd811ab82b520f8240b06475c67d9
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
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
More information about the Libreoffice-commits
mailing list