Kaydet (Commit) fdd102a6 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

fdo#68689 Sub-divide ruler ticks into 1/8 insted of 1/10 for inch

Change-Id: Ied2a6982d5564228b0ce7fecb89723f3742b6d0d
üst f8307e5a
...@@ -113,7 +113,7 @@ static const RulerUnitData aImplRulerUnitTab[RULER_UNIT_COUNT] = ...@@ -113,7 +113,7 @@ static const RulerUnitData aImplRulerUnitTab[RULER_UNIT_COUNT] =
{ MAP_100TH_MM, 1000, 250, 500, 1000, 1000, 3, " cm" }, // CM { MAP_100TH_MM, 1000, 250, 500, 1000, 1000, 3, " cm" }, // CM
{ MAP_MM, 1000, 250, 500, 1000, 10000, 4, " m" }, // M { MAP_MM, 1000, 250, 500, 1000, 10000, 4, " m" }, // M
{ MAP_CM, 100000, 25000, 50000, 100000, 100000, 6, " km" }, // KM { MAP_CM, 100000, 25000, 50000, 100000, 100000, 6, " km" }, // KM
{ MAP_100TH_INCH, 100, 10, 50, 100, 2540, 3, "\"" }, // INCH { MAP_1000TH_INCH, 1000, 125, 500, 1000, 25400, 3, "\"" }, // INCH
{ MAP_100TH_INCH, 1200, 120, 600, 1200, 30480, 3, "'" }, // FOOT { MAP_100TH_INCH, 1200, 120, 600, 1200, 30480, 3, "'" }, // FOOT
{ MAP_10TH_INCH, 633600, 63360, 316800, 633600, 1609344, 4, " miles" }, // MILE { MAP_10TH_INCH, 633600, 63360, 316800, 633600, 1609344, 4, " miles" }, // MILE
{ MAP_POINT, 1, 12, 12, 36, 353, 2, " pt" }, // POINT { MAP_POINT, 1, 12, 12, 36, 353, 2, " pt" }, // POINT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment