Updating default indent level... 2 is too much, 1 is the way to go.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Sun, 28 Sep 2003 20:32:26 +0000 (20:32 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Sun, 28 Sep 2003 20:32:26 +0000 (20:32 +0000)
ITCategory-NSMenu.m

index fd048e1..fab2497 100755 (executable)
@@ -18,11 +18,11 @@ extern MenuRef _NSGetCarbonMenu( NSMenu *menu);
 @implementation NSMenu (ITCategory)
 
 - (void)indentItem:(NSMenuItem *)item {
-    [self indentItem:item toLevel:2];
+    [self indentItem:item toLevel:1];
 }
 
 - (void)indentItemAtIndex:(int)index {
-    [self indentItemAtIndex:index toLevel:2];
+    [self indentItemAtIndex:index toLevel:1];
 }
 
 - (void)indentItem:(NSMenuItem *)item toLevel:(int)indentLevel {