mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-05-02 22:11:28 +08:00
修改空间名称
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<dd:BrushOpacityConverter x:Key="BrushOpacityConverter"/>
|
||||
|
||||
<Style x:Key="FlatButtonStyle" TargetType="{x:Type ButtonBase}">
|
||||
<Style x:Key="AIStudio.Mind.Styles.Button.Flat" TargetType="{x:Type ButtonBase}">
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="Foreground" Value="Black" />
|
||||
<Setter Property="BorderBrush" Value="Transparent"/>
|
||||
@@ -45,7 +45,7 @@
|
||||
</Setter>
|
||||
</Style>
|
||||
|
||||
<Style x:Key="FlatCircleButtonStyle" TargetType="{x:Type ButtonBase}">
|
||||
<Style x:Key="AIStudio.Mind.Styles.Button.Flat.Circle" TargetType="{x:Type ButtonBase}">
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="Foreground" Value="Black" />
|
||||
<Setter Property="BorderBrush" Value="Transparent"/>
|
||||
|
||||
Reference in New Issue
Block a user