Skip to content

Commit

Permalink
CustomDialog text align
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed Jan 24, 2020
1 parent 478b148 commit 2e0d6b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/NiceHashMiner/Views/Common/CustomDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@
<TextBlock Grid.Row="2"
Style="{StaticResource local.WalletSubHeader}"
VerticalAlignment="Stretch"
HorizontalAlignment="Left"
Margin="25,8,0,0"
HorizontalAlignment="Center"
TextAlignment="Justify"
Margin="25,8,25,8"
Text="{Binding Description}"/>
<WrapPanel Grid.Row="3" Margin="25,24,24,0" Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Bottom">
<Button
Expand Down

0 comments on commit 2e0d6b2

Please sign in to comment.