ソースを参照

修改字体大小和颜色

wyq 1 年間 前
コミット
2fa3832bc3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      XdCxRhDW.App/UserControl/UCEphXYZParam.cs

+ 1 - 1
XdCxRhDW.App/UserControl/UCEphXYZParam.cs

@@ -28,7 +28,7 @@ namespace XdCxRhDW.App.UserControl
 
             layoutControlItemx.AllowHtmlStringInCaption = true;
             ephX.EditValue = eph.x.HasValue ? Math.Round(eph.x.Value, 3) : 0;
-            layoutControlItemx.Text = $"{title}<color=255,0,0> [{satCode}]</color>星历X";
+            layoutControlItemx.Text = $"{title}<size=12><color=0,103,192> [{satCode}]</color></size>星历X";
             ephY.EditValue = eph.y.HasValue ? Math.Round(eph.y.Value, 3) : 0;
             layoutControlItemy.Text = $"{title}星历Y";
             ephZ.EditValue = eph.z.HasValue ? Math.Round(eph.z.Value, 3) : 0;