diff options
author | Frank Meies <fme@openoffice.org> | 2001-06-03 13:21:57 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-06-03 13:21:57 +0000 |
commit | 85b641ca90cea32c967157d24bf7d7e5aa4253be (patch) | |
tree | cb5070a3e79b6eda41baf3b6bab619e5459ddb30 /svx/source/dialog/tabstpge.src | |
parent | d59c04af89e934a51d66b107aac3e85c0e77e0d5 (diff) |
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'svx/source/dialog/tabstpge.src')
-rw-r--r-- | svx/source/dialog/tabstpge.src | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/dialog/tabstpge.src b/svx/source/dialog/tabstpge.src index 39ed1bf8eca3..f0c4db9fa220 100644 --- a/svx/source/dialog/tabstpge.src +++ b/svx/source/dialog/tabstpge.src @@ -2,9 +2,9 @@ * * $RCSfile: tabstpge.src,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2001-05-30 20:52:55 $ + * last change: $Author: fme $ $Date: 2001-06-03 14:20:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,6 +125,7 @@ TabPage RID_SVXPAGE_TABULATOR { Pos = MAP_APPFONT ( 64 , 14 ) ; Size = MAP_APPFONT ( 4 , 101 ) ; + Vert = TRUE; }; RadioButton BTN_TABTYPE_LEFT { @@ -332,6 +333,7 @@ TabPage RID_SVXPAGE_TABULATOR { Pos = MAP_APPFONT ( 131 , 14 ) ; Size = MAP_APPFONT ( 4 , 101) ; + Vert = TRUE; }; RadioButton BTN_FILLCHAR_NO { |