Codecleanup
This commit is contained in:
@@ -26,9 +26,12 @@
|
||||
<Controls:SewerObjectNavigationBar Grid.Column="0" />
|
||||
<ContentControl Grid.Column="1" Content="{Binding CurrentSewerViewModel}" />
|
||||
<StackPanel Grid.Row="1" Grid.ColumnSpan="2">
|
||||
<Button Content="Schließen" Command="{Binding SaveCommand}" />
|
||||
<StatusBar Grid.Row="1" Grid.ColumnSpan="2">
|
||||
<StatusBarItem Content="Dada" />
|
||||
<StatusBarItem FontSize="20" Content="{Binding Strasse}" d:Content="Strasse" />
|
||||
<Separator />
|
||||
<StatusBarItem FontSize="20" Content="{Binding AktualObject}" d:Content="Aktuelle Objekt" />
|
||||
<Separator />
|
||||
|
||||
</StatusBar>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user