Skip to content

Commit

Permalink
Possible fix for user-reported issue with character name label overla…
Browse files Browse the repository at this point in the history
…pping button in side menu.
  • Loading branch information
Carifio24 committed Mar 20, 2024
1 parent 55ef60a commit 27376e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Spellbook/SideMenuController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class SideMenuController: UIViewController, UIPopoverPresentationControllerDeleg

currentY += (headerHeight + tablePadding)
statusFilterView.frame = CGRect(x: leftPadding, y: currentY, width: viewWidth - leftPadding, height: statusFilterHeight + belowFilterPadding)
statusController?.tableView.frame = CGRect(x: 0, y: 0, width: viewWidth - leftPadding, height: statusFilterHeight + belowFilterPadding)

currentY += (statusFilterHeight + belowFilterPadding)
characterLabel.frame = CGRect(x: leftPadding, y: currentY, width: viewWidth - leftPadding, height: characterLabelHeight)
Expand Down

0 comments on commit 27376e8

Please sign in to comment.