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.
This commit is contained in:
parent
b12bb1edc3
commit
7706a14d9e
1 changed files with 2 additions and 2 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue