View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015558 | Scribus | - | public | 2019-01-27 08:19 | 2019-01-27 08:20 |
Reporter | ale | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Product Version | 1.5.4.svn | ||||
Summary | 0015558: x/y offset spinbox: why min is "absolute" and max depends on the unit? | ||||
Description | in ui/propertiespalette_image.cpp why is the minmial value an "absolute" one and the maximal one "filtered" through the unit ratio? double maxXYWHVal = 16777215 * m_unitRatio; imageXOffsetSpinBox->setValues( -16777215, maxXYWHVal, precision, 0); 1677215 looks like an arbitrary value and i don't understand why it is being scaled. any hint? | ||||
Tags | No tags attached. | ||||
Patch | No | ||||