mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
* trying to make it work * Fixes #1849. Wizard as non-modal doesn't work * Fixes #1855. Window and Frame content view without the margin frame. * Fixing layout of non-modal * WizardSTep is now a FrameView * Now use Modal = false to set visual style automatically * Removed Controls as an explicit construct. Now just Add to WizardStep Co-authored-by: BDisp <bd.bdisp@gmail.com>
27 lines
550 B
JSON
27 lines
550 B
JSON
{
|
|
"profiles": {
|
|
"UICatalog": {
|
|
"commandName": "Project"
|
|
},
|
|
"UICatalog : -usc": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "-usc"
|
|
},
|
|
"Wizards": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Wizards"
|
|
},
|
|
"Dialogs": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Dialogs"
|
|
},
|
|
"Buttons": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Buttons"
|
|
},
|
|
"WizardAsView": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "WizardAsView"
|
|
}
|
|
}
|
|
} |