修改空间名称

This commit is contained in:
艾竹
2023-07-08 18:00:14 +08:00
parent 0fbfb485a7
commit 88a315c3f0
29 changed files with 149 additions and 167 deletions

View File

@@ -8,7 +8,7 @@
<!-- SimpleStyles: Expander -->
<ControlTemplate x:Key="ExpanderToggleButton" TargetType="ToggleButton">
<ControlTemplate x:Key="AIStudio.DiagramApp.Styles.ToggleButton.Expander" TargetType="ToggleButton">
<Border
Name="Border"
CornerRadius="2,0,0,0"
@@ -76,7 +76,7 @@
IsChecked="{Binding Path=IsExpanded,Mode=TwoWay,
RelativeSource={RelativeSource TemplatedParent}}"
OverridesDefaultStyle="True"
Template="{StaticResource ExpanderToggleButton}"
Template="{StaticResource AIStudio.DiagramApp.Styles.ToggleButton.Expander}"
Background="{StaticResource NormalBrush}" />
<ContentPresenter
Grid.Column="1"