|
@@ -63,7 +63,7 @@
|
|
|
</dg:DynamicSplitPanel.Master>
|
|
|
<dg:DynamicSplitPanel.DetailHeader>
|
|
|
<Border BorderBrush="Gray" Background="WhiteSmoke" BorderThickness="0.75">
|
|
|
- <Label Content="Details" HorizontalContentAlignment="Center"/>
|
|
|
+ <Label Content="Notes" HorizontalContentAlignment="Center"/>
|
|
|
</Border>
|
|
|
</dg:DynamicSplitPanel.DetailHeader>
|
|
|
<dg:DynamicSplitPanel.Detail>
|
|
@@ -71,6 +71,7 @@
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="*"/>
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
+ <RowDefinition Height="Auto"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<local:TimesheetNotesGrid x:Name="Notes"
|
|
@@ -83,8 +84,13 @@
|
|
|
ResizeBehavior="PreviousAndNext"
|
|
|
Template="{StaticResource HorizontalSplitter}"
|
|
|
PreviewStyle="{StaticResource HorizontalSplitterPreview}"/>
|
|
|
+
|
|
|
+ <Border BorderBrush="Gray" Background="WhiteSmoke" BorderThickness="0.75"
|
|
|
+ Grid.Row="2" Margin="0,0,0,4">
|
|
|
+ <Label Content="Assignments" HorizontalContentAlignment="Center"/>
|
|
|
+ </Border>
|
|
|
<local:TimesheetAssignmentGrid x:Name="Assignments"
|
|
|
- Grid.Row="2"/>
|
|
|
+ Grid.Row="3"/>
|
|
|
</Grid>
|
|
|
</dg:DynamicSplitPanel.Detail>
|
|
|
</dg:DynamicSplitPanel>
|