Skip to content

Commit

Permalink
Minor layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Laumania committed Oct 20, 2017
1 parent f40f20e commit 411f257
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
</Grid.RowDefinitions>


<Label Grid.Row="0">Keeping an eye on your Roblox player...</Label>
<Label Grid.Row="0">Keeping an eye on your favorite Roblox players and notifies when one of them is playing.</Label>

<ListView Grid.Row="1"
x:Name="PlayerStatusListView"
ItemsSource="{Binding PlayerStatusList}"
Margin="20"
Margin="5"
HorizontalContentAlignment="Stretch"
Background="White">
<ListView.ItemTemplate>
Expand Down

0 comments on commit 411f257

Please sign in to comment.