Removed unused code. Minor code changes.
This commit is contained in:
parent
1602937be3
commit
950844a14b
6 changed files with 27 additions and 61 deletions
|
@ -143,7 +143,7 @@
|
|||
</TabItem>
|
||||
<TabItem Header="About" HorizontalAlignment="Center" Height="20" VerticalAlignment="Center" Width="54">
|
||||
<StackPanel Margin="10,20,10,10">
|
||||
<Label VerticalAlignment="Stretch" Content="{Binding AboutVersionText}">
|
||||
<Label VerticalAlignment="Stretch" Content="{Binding AboutVersionText, Mode=OneTime}">
|
||||
<Label.ContentTemplate>
|
||||
<DataTemplate>
|
||||
<StackPanel>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using MvvmCross.Platforms.Wpf.Presenters.Attributes;
|
||||
using MvvmCross.Platforms.Wpf.Views;
|
||||
|
||||
// ReSharper disable UnusedType.Global
|
||||
namespace GoldbergGUI.WPF.Views
|
||||
{
|
||||
[MvxWindowPresentation(Identifier = nameof(SearchResultView), Modal = false)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue