summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-06-08 17:36:28 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-06-08 17:36:28 +0200
commit93e0d55ff2bb8202099f4e774378a0bbc891b611 (patch)
tree1fa50536deed6dda2d25a83d6b01c4df190372d9 /uui
parentcce36b37ff61ec67255929c34d4f77c954f545f0 (diff)
parent74fb5655cd0f8104a14c5fb69f3bd8cfaa09f9e2 (diff)
merge
Diffstat (limited to 'uui')
-rwxr-xr-xuui/source/passworddlg.src22
1 files changed, 11 insertions, 11 deletions
diff --git a/uui/source/passworddlg.src b/uui/source/passworddlg.src
index 130212dbcd..7a96c4aa5a 100755
--- a/uui/source/passworddlg.src
+++ b/uui/source/passworddlg.src
@@ -41,7 +41,7 @@ ModalDialog DLG_UUI_PASSWORD
Moveable = TRUE ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT( 145, 75 );
+ Size = MAP_APPFONT( 145, 91 );
Text [ en-US ] = "Enter password";
FixedText FT_PASSWORD
@@ -53,15 +53,21 @@ ModalDialog DLG_UUI_PASSWORD
Edit ED_PASSWORD
{
- Pos = MAP_APPFONT( 3, 35 );
+ Pos = MAP_APPFONT( 3, 51 );
Size = MAP_APPFONT( 139, 13 );
Border = TRUE ;
PassWord = TRUE ;
};
+ FixedLine FL_FIXED_LINE_1
+ {
+ Pos = MAP_APPFONT( 0, 66 );
+ Size = MAP_APPFONT( 145, 6 );
+ };
+
OKButton BTN_PASSWORD_OK
{
- Pos = MAP_APPFONT( 27, 56 );
+ Pos = MAP_APPFONT( 27, 72 );
Size = MAP_APPFONT( 37, 15 );
DefButton = TRUE ;
DefButton = TRUE;
@@ -69,22 +75,16 @@ ModalDialog DLG_UUI_PASSWORD
CancelButton BTN_PASSWORD_CANCEL
{
- Pos = MAP_APPFONT( 66, 56 );
+ Pos = MAP_APPFONT( 66, 72 );
Size = MAP_APPFONT( 37, 15 );
};
HelpButton BTN_PASSWORD_HELP
{
- Pos = MAP_APPFONT( 105, 56 );
+ Pos = MAP_APPFONT( 105, 72 );
Size = MAP_APPFONT( 37, 15 );
};
- FixedLine FL_FIXED_LINE_1
- {
- Pos = MAP_APPFONT( 0, 50 );
- Size = MAP_APPFONT( 145, 6 );
- };
-
String STR_ENTER_PASSWORD_TO_OPEN
{
Text [ en-US ] = "Enter password to open file: \n";