diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-23 15:56:50 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-23 15:56:50 +0200 |
| commit | 1286aee96cc0d25bd1c04d28120a05ee7df6f563 (patch) | |
| tree | 0ad85aa17dfbc8a0d895eab9abe63385efe710e2 | |
| parent | 7b34ddb584b941409e8526e3e3d9d2927c4a742e (diff) | |
| download | Tango-1286aee96cc0d25bd1c04d28120a05ee7df6f563.tar.gz Tango-1286aee96cc0d25bd1c04d28120a05ee7df6f563.zip | |
Thread load initial index fix.
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml index 2bb63d909..e45065c61 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml @@ -17,7 +17,7 @@ </StackPanel> <Grid Margin="0 20 0 0"> - <controls:NavigationControl Margin="0 5 0 0" SelectedObject="{Binding Stage}" TransitionType="Slide" TransitionAlwaysFades="False" TransitionDuration="00:00:0.1" SelectedIndex="5"> + <controls:NavigationControl Margin="0 5 0 0" SelectedObject="{Binding Stage}" TransitionType="Slide" TransitionAlwaysFades="False" TransitionDuration="00:00:0.1" SelectedIndex="0"> <!--Welcome--> <Grid controls:NavigationControl.NavigationName="Welcome" Background="{StaticResource TangoPrimaryBackgroundBrush}"> <DockPanel> |
