#7 Ability for PerClientThumbnailSize added to configuration

This commit is contained in:
Izakbar
2024-11-11 23:24:40 +00:00
parent b76ab65894
commit d3a0894f46
5 changed files with 44 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ namespace EveOPreview.Configuration
Dictionary<string, int> CycleGroup2ClientsOrder { get; set; }
Dictionary<string, Color> PerClientActiveClientHighlightColor { get; set; }
Dictionary<string, Size> PerClientThumbnailSize { get; set; }
bool MinimizeToTray { get; set; }
int ThumbnailRefreshPeriod { get; set; }
@@ -60,6 +61,7 @@ namespace EveOPreview.Configuration
Point LoginThumbnailLocation { get; set; }
Point GetThumbnailLocation(string currentClient, string activeClient, Point defaultLocation);
Size GetThumbnailSize(string currentClient, string activeClient, Size defaultSize);
void SetThumbnailLocation(string currentClient, string activeClient, Point location);
ClientLayout GetClientLayout(string currentClient);