mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-02 15:50:51 +08:00
ReDo UnDo 继续
This commit is contained in:
@@ -1062,10 +1062,10 @@
|
||||
<Separator />
|
||||
<TextBlock Margin="5" Text="等大小"/>
|
||||
<UniformGrid Rows="1">
|
||||
<Fluent:Button Margin="5" ToolTip="等宽" Command="{Binding SameWidthCommand}" CommandParameter="{Binding SelectedItem}" Size="Small" Icon="{iconPacks:FontAwesome Kind=ArrowsAltHSolid}"/>
|
||||
<Fluent:Button Margin="5" ToolTip="等高" Command="{Binding SameHeightCommand}" CommandParameter="{Binding SelectedItem}" Size="Small" Icon="{iconPacks:FontAwesome Kind=ArrowsAltVSolid}"/>
|
||||
<Fluent:Button Margin="5" ToolTip="等大小" Command="{Binding SameSizeCommand}" CommandParameter="{Binding SelectedItem}" Size="Small" Icon="{iconPacks:FontAwesome Kind=ArrowsAltSolid}"/>
|
||||
<Fluent:Button Margin="5" ToolTip="等角度" Command="{Binding SameAngleCommand}" CommandParameter="{Binding SelectedItem}" Size="Small" Icon="{iconPacks:Material Kind=AngleAcute}"/>
|
||||
<Fluent:Button Margin="5" ToolTip="等宽" Command="{Binding SameWidthCommand}" Size="Small" Icon="{iconPacks:FontAwesome Kind=ArrowsAltHSolid}"/>
|
||||
<Fluent:Button Margin="5" ToolTip="等高" Command="{Binding SameHeightCommand}" Size="Small" Icon="{iconPacks:FontAwesome Kind=ArrowsAltVSolid}"/>
|
||||
<Fluent:Button Margin="5" ToolTip="等大小" Command="{Binding SameSizeCommand}" Size="Small" Icon="{iconPacks:FontAwesome Kind=ArrowsAltSolid}"/>
|
||||
<Fluent:Button Margin="5" ToolTip="等角度" CommandParameter="{Binding SelectedItem}" Size="Small" Icon="{iconPacks:Material Kind=AngleAcute}"/>
|
||||
</UniformGrid>
|
||||
</Fluent:DropDownButton>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user