修改空间名称

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

@@ -51,7 +51,7 @@
</Setter>
</Style>
<Style x:Key="FlatComboBoxStyle" TargetType="{x:Type ComboBox}">
<Style x:Key="AIStudio.Mind.Styles.ComboBox.Flat" TargetType="{x:Type ComboBox}">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="Foreground" Value="Black" />
<Setter Property="BorderBrush" Value="Transparent"/>
@@ -104,7 +104,7 @@
</Setter>
</Style>
<Style x:Key="FlatComboBox2ColumnStyle" TargetType="{x:Type ComboBox}">
<Style x:Key="AIStudio.Mind.Styles.ComboBox.Flat2" TargetType="{x:Type ComboBox}">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="Foreground" Value="Black" />
<Setter Property="BorderBrush" Value="Transparent"/>