mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
moving converters, fixing spacing issues
This commit is contained in:
@@ -155,7 +155,6 @@ namespace FancyZonesEditor.Models
|
||||
data[i++] = (byte)(Id % 256);
|
||||
|
||||
// End common
|
||||
|
||||
data[i++] = (byte)(_referenceWidth / 256);
|
||||
data[i++] = (byte)(_referenceWidth % 256);
|
||||
data[i++] = (byte)(_referenceHeight / 256);
|
||||
|
||||
@@ -214,7 +214,6 @@ namespace FancyZonesEditor.Models
|
||||
data[i++] = (byte)(Id % 256);
|
||||
|
||||
// End common
|
||||
|
||||
data[i++] = (byte)Rows;
|
||||
data[i++] = (byte)Columns;
|
||||
|
||||
|
||||
@@ -276,7 +276,6 @@ namespace FancyZonesEditor
|
||||
{
|
||||
index--;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -313,7 +312,6 @@ namespace FancyZonesEditor
|
||||
// 4 = X_Y_Width_Height in a dpi-scaled-but-unaware coords (where EditorOverlay shows up)
|
||||
// 5 = resolution key (passed back to engine to persist data)
|
||||
// 6 = monitor DPI (float)
|
||||
|
||||
UniqueKey = args[1];
|
||||
_uniqueRegistryPath += "\\" + UniqueKey;
|
||||
|
||||
@@ -347,7 +345,6 @@ namespace FancyZonesEditor
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public IList<LayoutModel> DefaultModels
|
||||
{
|
||||
get { return _defaultModels; }
|
||||
|
||||
Reference in New Issue
Block a user