summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-04-08 11:37:04 +0200
committerDaniel Rentz <dr@openoffice.org>2010-04-08 11:37:04 +0200
commitc3c79d705d02bda0bc4fe691838a85f83d32e785 (patch)
tree590b38b0c7876540a180d0a142abb3a6c7440674 /cui
parent36f0b5e301ba8bda8c8ada9447b4882f5c8abfd2 (diff)
tl78: #i109634# use MAP_APPFONT for MoreButton delta
Diffstat (limited to 'cui')
-rwxr-xr-xcui/source/dialogs/passwdomdlg.src5
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/source/dialogs/passwdomdlg.src b/cui/source/dialogs/passwdomdlg.src
index 078d9662c4c9..9cdd215a6ff5 100755
--- a/cui/source/dialogs/passwdomdlg.src
+++ b/cui/source/dialogs/passwdomdlg.src
@@ -32,7 +32,7 @@
ModalDialog RID_DLG_PASSWORD_TO_OPEN_MODIFY
{
- Size = MAP_APPFONT( 171, 151 );
+ Size = MAP_APPFONT( 171, 150 );
Text [ en-US ] = "Set Password";
// HelpId = HID_DLG_PASSWORD_TO_OPEN_MODIFY;
Border = TRUE ;
@@ -105,7 +105,8 @@ ModalDialog RID_DLG_PASSWORD_TO_OPEN_MODIFY
{
Pos = MAP_APPFONT( 6 , 130 ) ;
Size = MAP_APPFONT( 50 , 14 ) ;
- Delta = 146 ;
+ Delta = 92 ;
+ MapUnit = MAP_APPFONT ;
State = FALSE ;
};