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}">