Better windows positioning
This commit is contained in:
parent
201ecebda9
commit
8763d63a93
5 changed files with 28 additions and 22 deletions
|
|
@ -126,8 +126,8 @@ namespace AppScaffolding
|
|||
if (!config.Exists(nameof(config.AutoScan)))
|
||||
config.AutoScan = true;
|
||||
|
||||
if (!config.Exists(nameof(config.HiddenGridColumns)))
|
||||
config.HiddenGridColumns = new Dictionary<string, bool>();
|
||||
if (!config.Exists(nameof(config.GridColumnsVisibilities)))
|
||||
config.GridColumnsVisibilities = new Dictionary<string, bool>();
|
||||
|
||||
if (!config.Exists(nameof(config.GridColumnsDisplayIndices)))
|
||||
config.GridColumnsDisplayIndices = new Dictionary<string, int>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue