mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
fx cop & FZ editor part 1 of many (#11241)
* fixing first set of host of bugs * objects are already set to defaults * shifting to string.is null / empty * setters * fixing stylecop oops * checking in the FxCop dep but commenting it out for easier coming back
This commit is contained in:
@@ -23,9 +23,9 @@ namespace FancyZonesEditor
|
||||
private const int MinimalForDefaultWrapPanelsHeight = 900;
|
||||
|
||||
private readonly MainWindowSettingsModel _settings = ((App)Application.Current).MainWindowSettings;
|
||||
private LayoutModel _backup = null;
|
||||
private LayoutModel _backup;
|
||||
|
||||
private ContentDialog _openedDialog = null;
|
||||
private ContentDialog _openedDialog;
|
||||
|
||||
public int WrapPanelItemSize { get; set; } = DefaultWrapPanelItemSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user