Skip to content

Commit

Permalink
Update EpgViewPanel.cs
Browse files Browse the repository at this point in the history
番組表の分数の表示位置を調整
  • Loading branch information
gonta authored and xtne6f committed Apr 5, 2015
1 parent 948c512 commit a6ca19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpgTimer/EpgTimer/EpgView/EpgViewPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected void CreateDrawTextList()
min = "未定 ";
}
double useHeight = 0;
if (RenderText(min, ref textDrawList, glyphTypefaceTitle, sizeTitle - 0.5, info.Width - 4, info.Height + 10, info.LeftPos, info.TopPos - 1, ref useHeight, CommonManager.Instance.CustTitle1Color, m) == false)
if (RenderText(min, ref textDrawList, glyphTypefaceTitle, sizeTitle - 0.5, info.Width - 4, info.Height + 10, info.LeftPos - 1, info.TopPos - 1, ref useHeight, CommonManager.Instance.CustTitle1Color, m) == false)
{
info.TitleDrawErr = true;
continue;
Expand Down

0 comments on commit a6ca19a

Please sign in to comment.