Skip to content

Remove KMyMoneyTitleLabel (5.1)

Dawid Wrobel requested to merge work/remove_titlelabel_5_1 into 5.1

KMyMoneyTitleLabel is against modern UI guidelines, needlessly occupying the app's workspace, while not adding anything in return. On top of it, its implementation was causing the title's font color or its background mismatching system theme, which ended up in visual glitches.

  • remove KMyMoneyTitleLabel
  • reimplement KMyMoneyWizard::setTitle() to set the QDialog's window title instead.
  • also run clang-format on source files

Relates to #16

Edited by Dawid Wrobel

Merge request reports