https://bugs.documentfoundation.org/show_bug.cgi?id=150960
--- Comment #2 from Hossein <hoss...@libreoffice.org> --- For the look and feel, it is possible to use Java startup options. For GTK: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel It is also possible to change the look and feel after the startup: https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html These are some of the usable plafs: com.sun.java.swing.plaf.gtk.GTKLookAndFeel com.sun.java.swing.plaf.motif.MotifLookAndFeel com.sun.java.swing.plaf.windows.WindowsLookAndFeel com.sun.java.swing.plaf.mac.MacLookAndFeel -- You are receiving this mail because: You are the assignee for the bug.