Default open pane length size.

This commit is contained in:
Burak Kaan Köse
2026-04-12 01:53:37 +02:00
parent 678245d1fa
commit 4ac3ca3ee4
@@ -21,7 +21,7 @@ public class StatePersistenceService : ObservableObject, IStatePersistanceServic
{ {
_configurationService = configurationService; _configurationService = configurationService;
_openPaneLength = _configurationService.Get(OpenPaneLengthKey, 320d); _openPaneLength = _configurationService.Get(OpenPaneLengthKey, 340d);
_mailListPaneLength = _configurationService.Get(MailListPaneLengthKey, 420d); _mailListPaneLength = _configurationService.Get(MailListPaneLengthKey, 420d);
_appModeTitle = _configurationService.Get(AppModeTitleKey, "Wino Mail"); _appModeTitle = _configurationService.Get(AppModeTitleKey, "Wino Mail");
_calendarDisplayType = EnsureValidCalendarDisplayType(_configurationService.Get(nameof(CalendarDisplayType), CalendarDisplayType.Week)); _calendarDisplayType = EnsureValidCalendarDisplayType(_configurationService.Get(nameof(CalendarDisplayType), CalendarDisplayType.Week));