summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/ascfldlg.src
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-01 09:46:20 +0000
committerFrank Meies <fme@openoffice.org>2001-06-01 09:46:20 +0000
commit2999d1545e7685d0541b1f27aa3a57c615347e9f (patch)
tree5176ed4ab811dee227d07d92aa62152d7141c063 /sw/source/ui/dialog/ascfldlg.src
parent389a2537e90200108983c4201ba3928e19bb0871 (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/dialog/ascfldlg.src')
-rw-r--r--sw/source/ui/dialog/ascfldlg.src18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/ui/dialog/ascfldlg.src b/sw/source/ui/dialog/ascfldlg.src
index 8c5a6461c004..51b1d50beb49 100644
--- a/sw/source/ui/dialog/ascfldlg.src
+++ b/sw/source/ui/dialog/ascfldlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: ascfldlg.src,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2001-05-17 08:11:41 $
+ * last change: $Author: fme $ $Date: 2001-06-01 10:46:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,15 +67,15 @@ ModalDialog DLG_ASCII_FILTER
HelpID = HID_ASCII_FILTER ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 239 , 84 ) ;
+ Size = MAP_APPFONT ( 239 , 63 ) ;
Text = "ASCII Filter Optionen" ;
Text [ English ] = "ASCII filter options" ;
Moveable = TRUE ;
- GroupBox GB_1
+ FixedLine FL_1
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 174 , 78 ) ;
+ Size = MAP_APPFONT ( 174 , 8 ) ;
Text = "Eigenschaften" ;
Text [ English ] = "Properties" ;
Text[ english_us ] = "Properties";
@@ -199,7 +199,7 @@ ModalDialog DLG_ASCII_FILTER
};
ListBox LB_LANGUAGE
{
- Pos = MAP_APPFONT ( 80 , 46 ) ;
+ Pos = MAP_APPFONT ( 88 , 46 ) ;
Size = MAP_APPFONT ( 86 , 61 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
@@ -235,7 +235,7 @@ ModalDialog DLG_ASCII_FILTER
};
RadioButton RB_CRLF
{
- Pos = MAP_APPFONT ( 80 , 62 ) ;
+ Pos = MAP_APPFONT ( 88 , 62 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
TabStop = TRUE ;
Check = TRUE;
@@ -265,7 +265,7 @@ ModalDialog DLG_ASCII_FILTER
};
RadioButton RB_CR
{
- Pos = MAP_APPFONT ( 123 , 62 ) ;
+ Pos = MAP_APPFONT ( 131 , 62 ) ;
Size = MAP_APPFONT ( 20 , 12 ) ;
// TabStop = TRUE ;
Text = "C~R" ;
@@ -294,7 +294,7 @@ ModalDialog DLG_ASCII_FILTER
};
RadioButton RB_LF
{
- Pos = MAP_APPFONT ( 146 , 62 ) ;
+ Pos = MAP_APPFONT ( 154 , 62 ) ;
Size = MAP_APPFONT ( 20 , 12 ) ;
// TabStop = TRUE ;
Text = "~LF" ;