Fixed position of Preview text in Replace Colors Window

This commit is contained in:
Ben 2015-06-06 22:24:48 +01:00
parent db1b783f49
commit ba83770d21
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
</TextBlock>
</Border>
</Grid>
<TextBlock Grid.Row="7" Grid.Column="2" VerticalAlignment="Center">Preview</TextBlock>
<TextBlock Grid.Row="6" Grid.Column="2" VerticalAlignment="Center">Preview</TextBlock>
<Button Grid.Row="7" Grid.Column="4" Command="{Binding ReplaceColorsCommand}">Replace Colors</Button>
</Grid>
</controls:MetroWindow>