Kaydet (Commit) a65fc918 authored tarafından Oliver Specht's avatar Oliver Specht

dialog size increased

üst d777aa7a
......@@ -2,9 +2,9 @@
*
* $RCSfile: unotools.src,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 17:14:50 $
* last change: $Author: os $ $Date: 2001-01-29 12:49:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -68,7 +68,7 @@ ModalDialog DLG_RENAME_XNAMED
HelpID = HID_RENAME_XNAMED ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 180 , 60 ) ;
Size = MAP_APPFONT ( 220 , 60 ) ;
Text = "Objekt umbenennen: " ;
Text [ ENGLISH ] = "Rename object: " ;
Moveable = TRUE ;
......@@ -101,13 +101,13 @@ ModalDialog DLG_RENAME_XNAMED
Edit ED_NEW_NAME
{
Pos = MAP_APPFONT ( 65 , 13 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ;
Size = MAP_APPFONT ( 90 , 12 ) ;
Border = TRUE;
};
GroupBox GB_NAME
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 115 , 54 ) ;
Size = MAP_APPFONT ( 155 , 54 ) ;
Text = "Name ndern";
Text [ ENGLISH ] = "Change name" ;
Text[ english_us ] = "Change name";
......@@ -132,7 +132,7 @@ ModalDialog DLG_RENAME_XNAMED
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 124 , 6 ) ;
Pos = MAP_APPFONT ( 164 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
......@@ -140,14 +140,14 @@ ModalDialog DLG_RENAME_XNAMED
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 124 , 23 ) ;
Pos = MAP_APPFONT ( 164 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 124 , 43 ) ;
Pos = MAP_APPFONT ( 164 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment