StarSim

StarSim.git
git clone git://git.lenczewski.org/StarSim.git
Log | Files | Refs | README | LICENSE

commit e3723e53b5a789d6a2d31717fc8c8b344bb60321
parent b2661f44895a3d01826d5ce2cb226639ae8bad47
Author: Mikolaj Lenczewski <33129490+EnderRifter@users.noreply.github.com>
Date:   Thu,  1 Aug 2019 16:22:16 +0200

Slightly edited main menu.

Diffstat:
MStarSim/StarSimGui/Views/UserLogin.xaml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/StarSim/StarSimGui/Views/UserLogin.xaml b/StarSim/StarSimGui/Views/UserLogin.xaml @@ -23,8 +23,6 @@ <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" DataContext="{Binding LoginFeedback}"> <TextBlock Text="Error: " Foreground="Red" IsVisible="{Binding IsError}" /> <TextBlock Text="{Binding Message}" Foreground="Red" IsVisible="{Binding IsError}" /> - </StackPanel> - <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" DataContext="{Binding LoginFeedback}"> <TextBlock Text="Login Successful!" Foreground="Green" IsVisible="{Binding IsSuccess}" /> </StackPanel> </StackPanel>