| Summary: | Style modification dialog : line width shown in default unit (FORMATTING, UI, enhancement) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | pol.03 |
| Component: | Draw | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | CC: | himajin100000, ilmari.lauhakangas, pol.03 |
| Priority: | medium | ||
| Version: | 5.4.4.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=44267 | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | After changing default unit to Points.... Style modification dialog, Line tab, shows points for the line width. | ||
|
Description
pol.03
2018-01-28 00:11:44 UTC
Created attachment 139399 [details]
After changing default unit to Points.... Style modification dialog, Line tab, shows points for the line width.
Comment on attachment 139399 [details]
After changing default unit to Points.... Style modification dialog, Line tab, shows points for the line width.
After changing default unit to Points.... Style modification dialog, Line tab, shows points for the line width.
The work-around to the unit display issue is: 1- go into Options 2- change the default unit to Points 3- go to Style modification dialog, Line tab 4- enter new width in Points 5- go back to Options, revert units to Inch Please note: If the default units are set to Inch, and I enter XX pt in the Width box of the Line properties in the Style dialog, the dialog will accept it. HOWEVER, the actual line width on screen will be different than other lines which were manually set to the same XX pt width in the individual Lines properties. To reproduce the Point vs. Inch accuracy bug : 1- switch the units to Inch in Options 2- go to Style modification dialog, Line tab 3- enter "1 pt" in the Width box 4- switch the units to Points in Options 5- go back to Style modification dialog, Line tab 6- The actual value shown in the Width box will not be 1 pt, but 0.7 pt Thanks, I found a duplicate by looking at this meta report: https://bugs.documentfoundation.org/showdependencytree.cgi?id=103428&hide_resolved=1 Regarding your additional note in comment 3, you could search if a report already exists and if not, perhaps open a new report https://bugs.documentfoundation.org/query.cgi?query_format=advanced *** This bug has been marked as a duplicate of bug 105176 *** *** This bug has been marked as a duplicate of bug 72662 *** There are several issues here. 1) Two decimal places is not enough precision to represent inches for line width. See Bug 44267 2) The natural unit for line width is point. See Bug 72662 3) For the conversion issue: 1 in = 0.013889 pts See Bug 122562, comment 4 for an explanation There are several issues here. 1) Two decimal places is not enough precision to represent inches for line width. See Bug 44267 2) The natural unit for line width is point. See Bug 72662 3) For the conversion issue: 1 point = 0.013889 inches See Bug 122562, comment 4 for an explanation |