Skip to content

gui: Rework dictionaries pane

Antoine Belvire requested to merge feature/68_gui_rework_dictionary_pane into master

Context

Move from a VBox to an Accordion. Looks like this:

croiseur-68-dictionaries

croiseur-68-words

Not sure about the CSS tweaks and the sizing overall. I prefer a dense style, but it makes the dictionaries list look a bit empty for now. Maybe it will look better when new dictionaries / new TiledPanes are added.

Implements #68 (closed).

What has changed?

Main Changes

gui-view

  • Switch from VBox to Accordion: Only one section is visible at the time.
  • Make it resizable: Move pane to from right to center of BorderPane, within a new SplitPane.
  • Add ellipsis on dictionaries items, instead of horizontal scroll.
  • Add tooltip on dictionaries item.

Merge request reports