Description: Apple puts the main buttons of a dialog into the "title bar" of a dialog and uses the following order: cancel, dialog title, ok This sould be reused in libo dialogs as well. Steps to Reproduce: 1. Create a writer document in the iOS app, mark text 2. Open the dialog to edit the paragraph style 3. See e.g. the dialog in the attached screenshot Actual Results: The buttons "OK" and "Abbrechen" (Cancel) are at the bottom of the dialog. Expected Results: The buttons "OK" and "Abbrechen" (Cancel) should be in the title bar. The title bar should follow the color concept of the native iOS dialogs (see #122578) and contain the following elements: "Abbrechen" (Button), Absatzvorlage: Standard (Title), "OK" (Button) Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 148153 [details] native iOS dialog (example)
Created attachment 148154 [details] libo app dialog
This is a fair point, and an interesting idea. Implementing this would probably be tricky, as currently the dialog is tunnelled as a whole, and I'm also concerned how the dialogs would look without further restructuring.
I think this will have to wait until (eventually) (no promises when, if ever) we move from tunnelled dialogs to truly native ones.