https://bugs.kde.org/show_bug.cgi?id=372987
Bug ID: 372987
Summary: Non-optimal precision for cloth counts in various
dialogues
Product: KXStitch
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The number of digits for cloth counts differ in various dialogues:
Preferences: 15 (inches) or 5.91 (centimeters)
Import image: 15.00 (inches) or 5.91 (centimeters)
File properties: 15.00 (inches) or 5.91 (centimeters)
And the which digits changes when you use the up/down arrows to change the
values also differs:
Preferences: 1 (inches) or 0.01 (centimeters)
Import image: 1 (inches) or 0.01 (centimeters)
File properties: 1 (inches) or 1 (centimeters) (!)
First, two decimal digits for centimeters is too much. In Europe, cloth counts
are always reported with a precision of 0.1, e.g. 5.4 squares/cm. And I believe
in the US, the cloth counts are always reported in integer squares/inch. So the
numbers should be displayed as
15 (inches)
5.9 (centimeters)
And the step size should be integer to inches in 0.1 for centimeters, e.g.
pressing the down arrow should result in
14 (inches)
5.8 (centimeters)
--
You are receiving this mail because:
You are watching all bug changes.