mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-22 09:29:44 +00:00
Change field order in Sound Editor
This commit is contained in:
parent
1824a7f349
commit
984bc46627
@ -158,11 +158,12 @@ public final class SoundEditor extends EditorPart implements Application, SoundP
|
||||
private boolean partControlCreated;
|
||||
private Composite mainComposite;
|
||||
private TextField titleField;
|
||||
private TextField formatField;
|
||||
|
||||
private TextField authorField;
|
||||
|
||||
private TextField dateField;
|
||||
private TextField channelsField;
|
||||
|
||||
private TextField formatField;
|
||||
private DecimalFormat playerFrequencyFieldHertzFormat;
|
||||
private TextField playerFrequencyField;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user