From c3c79d705d02bda0bc4fe691838a85f83d32e785 Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Thu, 8 Apr 2010 11:37:04 +0200 Subject: tl78: #i109634# use MAP_APPFONT for MoreButton delta --- cui/source/dialogs/passwdomdlg.src | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cui') 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 ; }; -- cgit