Skip to content

Commit

Permalink
Part of 17aa03b
Browse files Browse the repository at this point in the history
  • Loading branch information
flywire authored Dec 11, 2019
1 parent 96ec56e commit ff1e0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
Visibility="{Binding MessagePresent, Converter={StaticResource VisibleIfTrue}}"/>
<RadioButton x:Name="rbProperties" Content="Properties" Margin="0,7,10,0" Click="rbProperties_Click"
Visibility="{Binding MessagePresent, Converter={StaticResource VisibleIfTrue}}"/>
<Button Content="i" Width="20" Margin="0,0,5,0" Click="Button_Click" Height="20" VerticalAlignment="Center" FontWeight="Bold" HorizontalAlignment="Right"/>
<Button Content="i" Width="20" Margin="0,0,5,0" Click="btnInfo_Click" Height="20" VerticalAlignment="Center" FontWeight="Bold" HorizontalAlignment="Right"/>
</StackPanel>
</Grid>
</Window>

0 comments on commit ff1e0ff

Please sign in to comment.