소스 검색

修改字体大小和颜色

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;