Skip to content

Reduce decimal precision for Grid options Issue #1381

Vivian Dsouza requested to merge viviand0097/inkscape:issue_1381 into master

The options for specifying Grid origin, spacing and angle has a 5 digit precision. This causes the text to overflow the assigned box.

Reduce the precision to 3 digits. This still gives enough precision without causing a text overflow.

issue #1381

Merge request reports