mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Sidebar - Fix width default value
This commit is contained in:
parent
350efc0534
commit
f692119481
@ -61,7 +61,7 @@ namespace Artemis.UI.Screens
|
||||
_frameTimeUpdateTimer = new Timer(500);
|
||||
_windowSize = _settingsService.GetSetting<WindowSize>("UI.RootWindowSize");
|
||||
|
||||
SidebarWidth = _settingsService.GetSetting("UI.SidebarWidth", new GridLength(240, GridUnitType.Star));
|
||||
SidebarWidth = _settingsService.GetSetting("UI.SidebarWidth", new GridLength(240));
|
||||
SidebarViewModel = sidebarViewModel;
|
||||
SidebarViewModel.ConductWith(this);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user