working on now property dialogs
This commit is contained in:
@@ -112,9 +112,8 @@ public abstract class Turnout extends Tile implements Device{
|
||||
return super.load(json);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Form propForm(String id) {
|
||||
Form form = super.propForm(id);
|
||||
Form form = new Form(id);
|
||||
Fieldset fieldset = new Fieldset(t("Decoder settings"));
|
||||
Label protocol = new Label(t("Protocol:"));
|
||||
for (Protocol proto : Protocol.values()) {
|
||||
|
||||
Reference in New Issue
Block a user