Skip to content

Commit

Permalink
微调
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobus committed Apr 14, 2024
1 parent 8b741aa commit e6a9b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserPages/DevicesPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ private void WriteDeviceConfig(List<DevicePortInfo> devicePortInfos)
// 添加PackIcon到第一列
PackIcon packIcon = new PackIcon();
packIcon.Kind = PackIconKind.GoogleChrome; // 设置PackIcon的图标类型
packIcon.Margin=new Thickness(-5);
packIcon.Margin = new Thickness(0);
packIcon.VerticalAlignment = VerticalAlignment.Center;

Grid.SetColumn(packIcon, 0);
Expand Down

0 comments on commit e6a9b39

Please sign in to comment.