Skip to content

Commit fbfa05f

Browse files
LuLu-lingwhitecat346
authored andcommitted
imp(saves-info): 优化"跳转到 Chunkbase"按钮图标的大小 (#2311)
1 parent 99be767 commit fbfa05f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Plain Craft Launcher 2/Pages/PageInstance/PageInstanceSaves/PageInstanceSavesInfo.xaml.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ Class PageInstanceSavesInfo
316316
Dim BtnChunkbase As New MyIconButton With {
317317
.Logo = Logo.IconButtonlink,
318318
.ToolTip = "跳转到 Chunkbase",
319-
.Width = 24,
320-
.Height = 24
319+
.Width = 22,
320+
.Height = 22
321321
}
322322
contentStack.Children.Add(BtnChunkbase)
323323

0 commit comments

Comments
 (0)