Skip to content

Commit

Permalink
Fix: Change MenuButton view size
Browse files Browse the repository at this point in the history
  • Loading branch information
radaloda committed Sep 26, 2018
1 parent f0dca68 commit be43cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UIComponents/SlideMenu/Private/SlideMenuVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class SlideMenuVC: UIViewController, MenuTableDelegate, UIGestureRecognizerDeleg
self.setSection(sectionController, index: self.sectionIndexToShow ?? 0)
self.sectionControllerToShow = nil
}
self.buttonClose.frame = self.customContentContainer.frame
self.buttonClose.frame = self.view.bounds
}


Expand Down

0 comments on commit be43cf0

Please sign in to comment.