Created attachment 150816 [details] gtk3 and qt backend layout menubar and context menu As LibO follow the design rules of the platform LibO is running it's very difficult to have one design language or at least one cooperate design. menubar layout windows: 1st column toggle and icon 2nd column label gtk3 1st column toggle 2nd column icon and label (if icon is selected qt 1st column toggle 2nd column icon 3rd column label for a better readability it would be very useful if the gtk3 module use the same layout than qt cause than the icon (if activated by the user) has it's own column and the labels are better readable.
Created attachment 150866 [details] osx alignment of icons and labels on os-x it's the same issue than on gtk3.
SAL_USE_VCLPLUGIN=gen or qt do left align the menu text independently from the icon but not gtk2 and gtk3. Apparently also not macOS.
Its not possible. At least as far as I can see its not possible to control such layout via the GMenuModel we use to populate the native Gtk3 menu. Presumably the same is true for the use of the native mac menus
Thanks for investigating your time.