diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:33:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:33:56 +0000 |
commit | 7706a14d9ec6a7c67738dc58cf2b387ddce94266 (patch) | |
tree | 41e1e25f32b1f4609a860df1790831166640fa8e /wizards | |
parent | b12bb1edc305c7df0651b19ebfc77b5491bcb9cb (diff) |
INTEGRATION: CWS dba31a (1.6.10); FILE MERGED
2008/07/02 12:06:59 fs 1.6.10.1: copying following changes from CWS dba30f to CWS dba31a:
2008/07/01 07:38:10 lla 1.6.2.1: #i89475# patch integrated, label width was too limited.
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/form/Finalizer.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/form/Finalizer.java b/wizards/com/sun/star/wizards/form/Finalizer.java index a6638fa581f8..eafb1c8e2d7f 100644 --- a/wizards/com/sun/star/wizards/form/Finalizer.java +++ b/wizards/com/sun/star/wizards/form/Finalizer.java @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Finalizer.java,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -70,7 +70,7 @@ public class Finalizer { ); CurUnoDialog.insertLabel("lblProceed", new String[] {"Height", "Label", "PositionX", "PositionY", "Step", "TabIndex", "Width"}, - new Object[] { UIConsts.INTEGERS[8], slblProceed, new Integer(97), new Integer(62),UIConsts.INTEGERS[8], new Short(curtabindex++), new Integer(154)} + new Object[] { UIConsts.INTEGERS[8], slblProceed, new Integer(97), new Integer(62),UIConsts.INTEGERS[8], new Short(curtabindex++), new Integer(185)} ); XRadioButton optWorkWithForm = CurUnoDialog.insertRadioButton("optWorkWithForm", null, new String[] {"Height", "HelpURL", "Label", "PositionX", "PositionY", "State", "Step", "TabIndex", "Width"}, |