Skip to content

fix wrong anchor in settings page

Daniel Frost requested to merge Danfro/calendar-app:fix_settings_anchor into master

In the column component of settings page an anchor is specified that targets an element two levels up. This is not allowed. Only parents or siblings are allowed.

This MR will replace this anchor with a correct one. The anchor to the header is not needed since the parent flickable component holds that already.

Merge request reports