https://bugs.documentfoundation.org/show_bug.cgi?id=155506
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor CC| |ilmari.lauhakangas@libreoff | |ice.org Version|7.6.0.0 alpha1+ |3.5.0 release Priority|medium |low --- Comment #2 from Buovjaga <[email protected]> --- Still the same and already in 3.5. This is defined in SvxGrfCropPage::GraphicHasChanged in cui/source/tabpages/grfpage.cxx The increment is not fixed, but is based on the width of the image. Try with different images and see. sal_Int64 nSpin = m_xLeftMF->normalize(m_aOrigSize.Width()) / 20; nSpin = vcl::ConvertValue( nSpin, m_aOrigSize.Width(), 0, eUnit, m_xLeftMF->get_unit()); ... m_xLeftMF->set_increments(nSpin, nSpin * 10, FieldUnit::NONE); -- You are receiving this mail because: You are the assignee for the bug.
