Thanks a lot, Is there way to limit the width of components (like dropdown, slider,...) in MCM ? I cannot find it. For people looking how to use dropdown, Here is an example from Let There Be Darkness. You can use numbers for option values if you wish.
page:createDropdown{
label = "Cell lighting value overrides. The override values are read from overrides.lua, and can be different for each cell.",
options = {
{ label = "NONE", value = nil},
{ label = "True Lights and Darkness", value = "TLaD"},
{ label = "di.Still.ed Lights", value = "DL"},
},
variable = mwse.mcm.createTableVariable{
id = "useOverrides",
table = config
},
defaultSetting = "TLaD",
}