Created attachment 157281 [details] wrap sidebar Is there a reason why there are GtkRadioButtons in the writer wrap sidebar? I would suggest to use only icons as LibO use for Bold, Italic, ... it's the only sidebar that use radio buttons.
It was radiobuttons since its initial import of d02f75a8c36705924ddd6a5921fe3012fafce812 I imagine it was effectively a copy of what is now sw/uiconfig/swriter/ui/wrappage.ui There are other GtkRadioButtons in the chart sidebar apparently, but I have no objections to someone changing them into a toolbar or whatever
I understood why there are radio buttons (cause you can select only one element) but as I wrote it's not very common (chart sidebar is general very specific) and it need space and has visual issues if you shrink the sidebar. In addition I would remove the second line - checkbox Enable Contour Edit Contour button cause this settings are not available in the wrap dialog and all settings should be available via dialog and in the sidebar the common settings.
Whether radio button or not, the accessibility is abysmally poor. We can accept it or switch to boring dropdown or have labels with the radio buttons. > In addition I would remove the second line Enable Contour Edit Contour button Simplicity first, so +1.
andreas kainz committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a22de0aacc9fb4197e9051f572b1a9298b2472e2 tdf#130096 Wrap Sidebar update use common .uno commands and layout It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Andreas: usual procedure on BZ is, usually after the request got accepted and status became NEW, to assign the ticket to yourself (to avoid people doing the same in parallel), to submit the patch, and finally to resolve as fixed. So is it fixed?