We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2324905 commit 03703e0Copy full SHA for 03703e0
1 file changed
src/Codebreaker.WPF/Views/Pages/GamePage.xaml
@@ -15,9 +15,6 @@
15
<conv:ColorNameToBrushConverter x:Key="ColorConverter" />
16
</Page.Resources>
17
18
- <StackPanel Orientation="Vertical">
19
- <Button Click="Button_Click" Content="To TestPage" />
20
-
21
<Grid>
22
<Grid.RowDefinitions>
23
<RowDefinition Height="Auto" />
@@ -109,5 +106,4 @@
109
106
Minimum="0" Maximum="100" IsIndeterminate="True"
110
107
Visibility="{Binding ViewModel.InProgress, Converter={StaticResource BooleanToVisibilityConverter}}" />
111
108
</Grid>
112
- </StackPanel>
113
</Page>
0 commit comments