|
|
@@ -144,14 +144,13 @@
|
|
|
|
|
|
</ResourceDictionary>
|
|
|
</Grid.Resources>
|
|
|
- <pt:PropertyGrid Margin="1,-4,1,0"
|
|
|
-
|
|
|
-SelectedObject="{Binding BasicsData}"
|
|
|
-TabVisibility="VisibleIfMoreThanOne"
|
|
|
-TextBlock.Foreground="{DynamicResource Font.Content.Foreground}"
|
|
|
-Foreground="{DynamicResource Font.Content.Foreground}"
|
|
|
-BorderBrush="{DynamicResource Control.Border.Color}"
|
|
|
-CategoryHeaderTemplate="{StaticResource HeaderTemplate}"/>
|
|
|
+ <pt:PropertyGrid Margin="1,-4,1,0" CategoryControlType="GroupBox"
|
|
|
+ SelectedObject="{Binding BasicsData}"
|
|
|
+ TabVisibility="VisibleIfMoreThanOne"
|
|
|
+ TextBlock.Foreground="{DynamicResource Font.Content.Foreground}"
|
|
|
+ Foreground="{DynamicResource Font.Content.Foreground}"
|
|
|
+ BorderBrush="{DynamicResource Control.Border.Color}"
|
|
|
+ CategoryHeaderTemplate="{StaticResource HeaderTemplate}"/>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
|