Skip to content

Commit 1d1ae11

Browse files
committed
Fix tooltips not appearing in lower checkpoint information panel
Change Filename tooltip to show relative path
1 parent d6739b9 commit 1d1ae11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StabilityMatrix.Avalonia/Views/CheckpointsPage.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
Name="ModelCardBottom"
627627
Padding="8"
628628
CornerRadius="0,0,8,8"
629-
IsHitTestVisible="False">
629+
IsHitTestVisible="True">
630630

631631
<StackPanel>
632632
<Grid ColumnDefinitions="*, Auto">
@@ -664,7 +664,7 @@
664664
Foreground="{DynamicResource TextFillColorTertiaryBrush}"
665665
Text="{Binding CheckpointFile.FileName}"
666666
TextWrapping="NoWrap"
667-
ToolTip.Tip="{Binding CheckpointFile.FileName}" />
667+
ToolTip.Tip="{Binding CheckpointFile.RelativePath}" />
668668

669669
<TextBlock
670670
MaxWidth="300"

0 commit comments

Comments
 (0)