Skip to content

Commit

Permalink
chore: 调整界面
Browse files Browse the repository at this point in the history
  • Loading branch information
tangge233 committed Sep 22, 2024
1 parent 903fec8 commit 8902ffd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ Public Class PageVersionScreenshot
.Height = Double.NaN, ' 允许高度自适应
.Width = Double.NaN, ' 允许宽度自适应
.Margin = New Thickness(7),
.Tag = i
.Tag = i,
.ToolTip = i.Replace(ScreenshotPath, "") '适配高清截图模组
}
Dim grid As New Grid
myCard.Children.Add(grid)

grid.RowDefinitions.Add(New RowDefinition With {.Height = New GridLength(7)})
grid.RowDefinitions.Add(New RowDefinition With {.Height = New GridLength(9)})
grid.RowDefinitions.Add(New RowDefinition With {.Height = New GridLength(120)})
grid.RowDefinitions.Add(New RowDefinition)

Expand Down

0 comments on commit 8902ffd

Please sign in to comment.