Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Cleaned up the XAML slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Aug 22, 2016
1 parent 0c58491 commit fdd2598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OsuHelper/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>

<WrapPanel Grid.Column="0"
HorizontalAlignment="Left"
VerticalAlignment="Center">
Expand All @@ -183,7 +184,7 @@
IsThreeState="True" />
</WrapPanel>
<TextBlock Grid.Column="1"
Margin="2"
Margin="5"
VerticalAlignment="Center"
Text="{Binding RecommendationsCount,
StringFormat=Total: \{0\}}" />
Expand Down

0 comments on commit fdd2598

Please sign in to comment.