예제 #1
0
파일: Trace.cpp 프로젝트: Mrdini/XCSoar
static PixelRect
get_spark_rect(const InfoBoxWindow &infobox)
{
  PixelRect rc = infobox.get_value_rect();
  rc.top += Layout::FastScale(2);
  rc.right -= Layout::FastScale(2);
  rc.left += Layout::FastScale(2);
  return rc;
}