From 59eca8ee6ad0033b1e44a2763aa1ea77c5a21340 Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Tue, 5 Jul 2016 20:57:13 -0700 Subject: [PATCH] fixed side menu padding --- Organize/MenuViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Organize/MenuViewController.swift b/Organize/MenuViewController.swift index fb562f4..959ba38 100644 --- a/Organize/MenuViewController.swift +++ b/Organize/MenuViewController.swift @@ -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()