preset_sel/ui.cfg : Class and default attribute updates.
This commit is contained in:
parent
a2f6991fb0
commit
9497fa2527
@ -43,13 +43,13 @@
|
||||
|
||||
row: {
|
||||
number:{ name: insertLocId, title:"End Loc", min:0, max:100000, step:1, decpl:0 },
|
||||
button:{ name: insertBtnId, title:"Insert" },
|
||||
button:{ name: deleteBtnId, title:"Delete" },
|
||||
button:{ name: insertBtnId, title:"Insert", enable: false },
|
||||
button:{ name: deleteBtnId, title:"Delete", enable: false },
|
||||
|
||||
},
|
||||
|
||||
row: {
|
||||
list:{ name: presetLocListId, title:"Preset Locations" },
|
||||
list:{ name: fragListId, addClassName: fragList },
|
||||
},
|
||||
|
||||
row: {
|
||||
|
Loading…
Reference in New Issue
Block a user