https://bugs.documentfoundation.org/show_bug.cgi?id=158958
Heiko Tietze <heiko.tie...@documentfoundation.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needsUXEval | CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda |.freedesktop.org |tion.org Assignee|libreoffice-b...@lists.free |heiko.tietze@documentfounda |desktop.org |tion.org Status|NEW |ASSIGNED --- Comment #20 from Heiko Tietze <heiko.tie...@documentfoundation.org> --- We discussed the topic in the design meeting. The summary in comment 15 got supported. We pondered over the need for UI options, eg. Tools > Options > Calc > View, but should better strive for clean dialogs. And if the default would be better, such an option might not be needed anymore. Since the calculation considers DPI*Zoom*6 plus and the base value 4, just one number could be not enough. And two options sounds also not user-friendly. So I'm going to change the default calculation from 6/4 (DPI/ZOOM 100/100 => 10, 100/50 => 7, 100/150 => 13) to 3/3 (DPI/ZOOM 100/100 => 6, 100/50 => 4, 100/150 => 8) - this makes the indicator very small. I'll also use the grid color for the border and move the triangle to the very edge. For the customization I'm going to introduce an expert option that does the dynamic thing for a value <=0 and otherwise uses it as fix pixel size independent from zoom and DPI. -- You are receiving this mail because: You are the assignee for the bug.