Skip to content

Commit 03703e0

Browse files
committed
Removed StackPanel to fix layout issues
1 parent 2324905 commit 03703e0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Codebreaker.WPF/Views/Pages/GamePage.xaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
<conv:ColorNameToBrushConverter x:Key="ColorConverter" />
1616
</Page.Resources>
1717

18-
<StackPanel Orientation="Vertical">
19-
<Button Click="Button_Click" Content="To TestPage" />
20-
2118
<Grid>
2219
<Grid.RowDefinitions>
2320
<RowDefinition Height="Auto" />
@@ -109,5 +106,4 @@
109106
Minimum="0" Maximum="100" IsIndeterminate="True"
110107
Visibility="{Binding ViewModel.InProgress, Converter={StaticResource BooleanToVisibilityConverter}}" />
111108
</Grid>
112-
</StackPanel>
113109
</Page>

0 commit comments

Comments
 (0)