Skip to content

Commit

Permalink
Make the about box ReadOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Sep 11, 2017
1 parent 94ff92d commit 2199ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LcmsSpectator/Views/AboutBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Label x:Name="LabelVersion" Content="Version" Grid.Column="1" Grid.Row="1"/>
<Label x:Name="LabelCopyright" Content="Copyright" Grid.Column="1" Grid.Row="2"/>
<Label x:Name="LabelCompanyName" Content="Company Name" Grid.Column="1" Grid.Row="3"/>
<TextBox x:Name="TextBoxDescription" Grid.Column="1" Grid.Row="4" TextWrapping="Wrap" Text="Description" Margin="3"/>
<TextBox x:Name="TextBoxDescription" Grid.Column="1" Grid.Row="4" TextWrapping="Wrap" Text="Description" Margin="3" IsReadOnly="True"/>
</Grid>
</GroupBox>
<Grid Grid.Row="2" Width="100" HorizontalAlignment="Right">
Expand Down

0 comments on commit 2199ac4

Please sign in to comment.