summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-06-08 16:29:32 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-06-08 16:29:32 +0200
commitd7f46c7302507e310bb45835c723ad1f63766bc6 (patch)
tree25e6d5e6458ca297d9570905b254eab4eebd7841 /uui
parent6f32716685b4553aeb069f023dda6044e93ecc8d (diff)
cws tl78: more space for filename added to password dialog
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";