Skip to content

Commit 1d1bcf6

Browse files
committed
修复组织图标鱼尾巴被切了的问题
1 parent be5b515 commit 1d1bcf6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Plain Craft Launcher 2/Pages/PageOther/PageOtherAbout.xaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@
3131
<EllipseGeometry Center="17 17" RadiusX="17" RadiusY="17" />
3232
</Image.Clip>
3333
</Image>
34-
<Image Source="/Plain Craft Launcher 2;component/Images/Heads/PCL-Community.png" Grid.Row="1" Margin="3">
35-
<Image.Clip>
36-
<EllipseGeometry Center="17 17" RadiusX="17" RadiusY="17" />
37-
</Image.Clip>
38-
</Image>
34+
<Image Source="/Plain Craft Launcher 2;component/Images/Heads/PCL-Community.png" Grid.Row="1" Margin="3"></Image>
3935
<local:MyButton Text="赞助作者" Grid.Column="2" Grid.Row="0" Height="35" EventType="打开网页" EventData="https://afdian.com/a/LTCat" />
4036
<local:MyButton Text="GitHub 主页" Grid.Column="2" Grid.Row="1" Height="35" EventType="打开网页" EventData="https://github.com/PCL-Community" />
4137
<local:MyButton Text="查看源代码" Grid.Column="2" Grid.Row="2" Height="35" EventType="打开网页" EventData="https://github.com/PCL-Community/PCL2-CE" />

0 commit comments

Comments
 (0)