Skip to content

Commit

Permalink
Fixed menu bar column span
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Dec 18, 2019
1 parent 860be89 commit 0521e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/EveryoneIsJohnTracker/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</Grid.RowDefinitions>

<!--Region Menu bar -->
<DockPanel Grid.Column="0" Grid.ColumnSpan="5" Grid.Row="0">
<DockPanel Grid.Column="0" Grid.ColumnSpan="6" Grid.Row="0">
<Menu DockPanel.Dock="Top">

<Menu.ItemsPanel>
Expand Down

0 comments on commit 0521e7e

Please sign in to comment.