Skip to content

Commit

Permalink
fixed side menu padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jul 6, 2016
1 parent 838bb27 commit 59eca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Organize/MenuViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MenuViewController: UIViewController, SettingsDelegate {
func initialize() {
// FIXME: memory leak... need to deinit all
sideMenu = SideMenu(parent: self, child: mainMenu!, left: leftMenu!, right: rightMenu!)
sideMenu!.rightWidth = 180
sideMenu!.rightWidth = 184
sideMenu!.leftWidth = 240
createNavButtons()
createDelegates()
Expand Down

0 comments on commit 59eca8e

Please sign in to comment.