The bullet widget in the toolbar as well as the Bullets and Numbering dialog > Unordered lists contains of many glyphs that are identical, for example the white circle U+25CB. This seems to be a regression from https://gerrit.libreoffice.org/c/core/+/185208 after modifications in https://gerrit.libreoffice.org/c/core/+/163735 and https://gerrit.libreoffice.org/c/core/+/174028
Patch at https://gerrit.libreoffice.org/c/core/+/190626, it might require to clean the user profile (the "DefaultBullets" are stored in the registry).
Yes, that puts the default bullet selection back to where things were left for bug 108697
Created attachment 202732 [details] Current master output. Testing the proposed patch using the workflow where you have an empty Writer document and you press Shift-F12 to create a bulleted paragraph, then you add 2 more paragraphs to also have level 2 and level 3 paragraphs, I get an output which looks worse than before. I attach how it works here currently on master first. This looks ~good: each bullet glyph looks roughly the same size and at least the first 3 levels are different.
Created attachment 202733 [details] Proposed patch output And here is the output I get for the proposed patch. I don't have a strong view on how it should look like, but it seems the 2nd glyph and the 3rd glyph is significantly larger and apart from the size difference, the first and the second level is the same.
(In reply to Miklos Vajna from comment #4) > Created attachment 202733 [details] > Proposed patch output > > And here is the output I get for the proposed patch. I don't have a strong > view on how it should look like, but it seems the 2nd glyph and the 3rd > glyph is significantly larger and apart from the size difference, the first > and the second level is the same. Yes, and this is a font issue with OpenSymbol. If we want them to match in scale we would need to curate the glyph offerings per Unicode of our OpenSymbol deployment. Mindful of issues like bug 49547 in other places we specify OpenSymbol for our UI. However, as noted bug 108697 and dupes, users have expressed a desire that the defaults include the larger flavor and non-filled glyphs so their lists could function as checklists (boxes and circles). And in the end, "indented" unordered lists are user preferences as to glyph choice--and with Samuels rework for bug 108697 [1], they may customize as they see fit. And otherwise, we disrupt their workflows providing a set of repeating defaults. =-ref-= [1] https://gerrit.libreoffice.org/c/core/+/163735