mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-14 13:16:38 +08:00
一个小bug
This commit is contained in:
@@ -988,10 +988,10 @@
|
|||||||
<TextBlock Margin="5" Text="大小" />
|
<TextBlock Margin="5" Text="大小" />
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<TextBlock Margin="5" Text="宽" Width="15" VerticalAlignment="Center"/>
|
<TextBlock Margin="5" Text="宽" Width="15" VerticalAlignment="Center"/>
|
||||||
<Fluent:Spinner Margin="5" Width="60" Size="Small" Value="{Binding SelectedItem.ItemHeight,Mode=TwoWay}" Minimum="0"
|
<Fluent:Spinner Margin="5" Width="60" Size="Small" Value="{Binding SelectedItem.ItemWidth,Mode=TwoWay}" Minimum="0"
|
||||||
Format="0" />
|
Format="0" />
|
||||||
<TextBlock Margin="5" Text="高" Width="15" VerticalAlignment="Center"/>
|
<TextBlock Margin="5" Text="高" Width="15" VerticalAlignment="Center"/>
|
||||||
<Fluent:Spinner Margin="5" Width="60" Size="Small" Value="{Binding SelectedItem.ItemWidth,Mode=TwoWay}" Minimum="0"
|
<Fluent:Spinner Margin="5" Width="60" Size="Small" Value="{Binding SelectedItem.ItemHeight,Mode=TwoWay}" Minimum="0"
|
||||||
Format="0" />
|
Format="0" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<TextBlock Margin="5" Text="X/Y位置"/>
|
<TextBlock Margin="5" Text="X/Y位置"/>
|
||||||
|
|||||||
@@ -16,13 +16,6 @@
|
|||||||
<PackageReference Include="MathParser.org-mXparser" Version="4.4.2" />
|
<PackageReference Include="MathParser.org-mXparser" Version="4.4.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Page Update="Controls\ToolBoxControl.xaml">
|
|
||||||
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</Page>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="A.png">
|
<None Include="A.png">
|
||||||
<Pack>True</Pack>
|
<Pack>True</Pack>
|
||||||
|
|||||||
Reference in New Issue
Block a user