Skip to content

Update of the breathing dialog

SunyataZero requested to merge (removed):new-breathing-dialog into master
  • Removed the close button and the combobox (dropdown box) widgets
    • Instead of using the close button the user can close the application by leaving the whole area with the mouse pointer
    • (There's no replacement for the combobox)
  • Now using the (custom) QGraphicsView directly, which decreases the size of the whole thing (as there are now less borders)
  • Moved the help text into the position of the breathing phrases (shown before the user has started to hover)

Merge request reports