Skip to content

Commit

Permalink
Revert "Vertically center monitor values"
Browse files Browse the repository at this point in the history
This reverts commit 216d4af.
  • Loading branch information
danielchalmers committed Dec 7, 2017
1 parent b1e3263 commit d6dcb90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Network Monitor/MonitorView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
StretchDirection="DownOnly"
Margin="1,0,1,0">
<TextBlock Text="{Binding DisplayValue}"
TextAlignment="Center"
VerticalAlignment="Center" />
TextAlignment="Center" />
</Viewbox>
</Grid>
</UserControl>

0 comments on commit d6dcb90

Please sign in to comment.