We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e359545 commit f802bbaCopy full SHA for f802bba
1 file changed
StabilityMatrix.Avalonia/Views/CheckpointsPage.axaml
@@ -626,7 +626,7 @@
626
Name="ModelCardBottom"
627
Padding="8"
628
CornerRadius="0,0,8,8"
629
- IsHitTestVisible="False">
+ IsHitTestVisible="True">
630
631
<StackPanel>
632
<Grid ColumnDefinitions="*, Auto">
@@ -664,7 +664,7 @@
664
Foreground="{DynamicResource TextFillColorTertiaryBrush}"
665
Text="{Binding CheckpointFile.FileName}"
666
TextWrapping="NoWrap"
667
- ToolTip.Tip="{Binding CheckpointFile.FileName}" />
+ ToolTip.Tip="{Binding CheckpointFile.RelativePath}" />
668
669
<TextBlock
670
MaxWidth="300"
0 commit comments