preset_sel/ui.cfg : Class and default attribute updates.

This commit is contained in:
kevin 2021-11-05 22:26:28 -04:00
parent a2f6991fb0
commit 9497fa2527

View File

@ -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: {