From bf0f3e9414aad2bd79d1f3e2cf53f7b0a7fba0a9 Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Thu, 15 Dec 2016 19:52:35 -0500 Subject: [PATCH] Change switch window width binding mode Fixes "Window Width" option not updating until restart --- SteamAccountSwitcher/SwitchWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamAccountSwitcher/SwitchWindow.xaml b/SteamAccountSwitcher/SwitchWindow.xaml index e7f8b8c..437c8b0 100644 --- a/SteamAccountSwitcher/SwitchWindow.xaml +++ b/SteamAccountSwitcher/SwitchWindow.xaml @@ -11,7 +11,7 @@ ResizeMode="CanMinimize" Closing="Window_Closing" Icon="icon.ico" MinWidth="100" Title="{x:Static p:Resources.AppName}" - Width="{Binding Width, Source={x:Static p:Settings.Default}, Mode=OneWay}" + Width="{Binding Width, Source={x:Static p:Settings.Default}, Mode=TwoWay}" Left="{Binding SwitchWindowLeft, Source={x:Static p:Settings.Default}, Mode=TwoWay}" Top="{Binding SwitchWindowTop, Source={x:Static p:Settings.Default}, Mode=TwoWay}">