Schlauchliner form wird vollständig verwaltet
This commit is contained in:
@@ -49,13 +49,15 @@
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition />
|
||||
<RowDefinition Height="40" />
|
||||
<RowDefinition Height="auto" />
|
||||
</Grid.RowDefinitions>
|
||||
<controls:MainWindowNavigationBar Grid.Column="0" Grid.Row="0"/>
|
||||
<ContentControl Grid.Column="1" Grid.Row="0" Content="{Binding CurrentViewModel}" />
|
||||
<StatusBar FontSize="20" Grid.Row="1" Grid.ColumnSpan="2">
|
||||
<StatusBarItem FontSize="20" Content="{Binding ClientName}" />
|
||||
<StatusBarItem FontSize="20" Content="{Binding Projektname}" />
|
||||
<Separator />
|
||||
<StatusBarItem FontSize="20" Content="{Binding Projektnummer}" />
|
||||
<Separator />
|
||||
<StatusBarItem FontSize="20" Content="{Binding Buildingsitename}" />
|
||||
</StatusBar>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user