Remove the unused and confusing option 'Sync thumbnail sizes

This commit is contained in:
Anton Kasyanov
2016-06-20 14:28:54 +03:00
parent 0e63b8bf93
commit 1155ad8263
7 changed files with 88 additions and 100 deletions

View File

@@ -110,18 +110,6 @@ namespace EveOPreview.UI
}
}
public bool SyncThumbnailsSize
{
get
{
return this.SyncThumbnailsSizeCheckBox.Checked;
}
set
{
this.SyncThumbnailsSizeCheckBox.Checked = value;
}
}
public Size ThumbnailSize
{
get