Thomas Singer wrote: > > There are some (more or less) minor problems with the GUI that make XMLmind > look not so good as it might be (unsorted): > > - some menu items in the menus have icons, some not => therefor they look > unaligned > => solution: give all menu items icons (at least a transparent one of > the same size)
OK. > - at least the option dialog can be made smaller as it's minimum size > => solution: overwrite the createRootPane() method in JDialog and create > a different JRootPane (see attached QRootPane.java) I don't see what is wrong with the Options dialog. > - please make the default font size editable for each font family separately Not as easy to do as it seems. > - if possible, provide a source view of the edited XML, too An editable source view I suppose? A read-only source view is very easy to implement but I don't see its usefulness. Thanks for the suggestions. Added them to the wish list.

