mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-25 19:06:35 +08:00
bug修复
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
<Image x:Name="image" Margin="5" Stretch="Fill" Width="128" Height="128"
|
||||
<Image x:Name="image" Margin="5,10,5,5" Stretch="Fill" Width="128" Height="128"
|
||||
Visibility="{Binding ImageInfo,Converter={StaticResource NullableToVisibilityConverter}}"
|
||||
ToolTip="{Binding ImageInfo.Text}"
|
||||
IsHitTestVisible="False"/>
|
||||
|
||||
Reference in New Issue
Block a user