Bug 132791 - Draw/Impress grid Subdivision default should depend on metric / non-metric
Summary: Draw/Impress grid Subdivision default should depend on metric / non-metric
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Grid-Helplines
  Show dependency treegraph
 
Reported: 2020-05-06 21:09 UTC by andreas_k
Modified: 2020-09-02 15:21 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andreas_k 2020-05-06 21:09:00 UTC
Draw/Impress default grid is 

1000 for Metric and
1270 for nonMetric

Subdivision is always 3 but if we can make 3 for Metric and 4 for nonMetric the grid will be similar between metric and nonMetric grid, so Gallery shapes fit always.
Comment 1 andreas_k 2020-05-06 21:10:34 UTC
Some information can be found maybe in 

core/officecfg/registry/scheme/org/openoffice/Office/Draw.xcs
Comment 2 Heiko Tietze 2020-09-02 06:51:52 UTC
1270 are 0.5" (or 1.27cm) while 1000 result in 1cm (0.39"). If we go with 3 subdivisions for metric it result in 0.33cm steps vs. 1.27/4 is 0.32cm (instead of the current 0.5"/3 = 0.16in resp. 0.4cm). So I support the idea of metric/nonmetric subdivision defaults.