Skip to content

Commit

Permalink
Make stack views auto-resize width ways
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Sep 25, 2010
1 parent 226e6e8 commit ded998f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TNStackView.j
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
stackedViews = [CPArray array];
padding = 0;
reversed = NO;
[self setAutoresizingMask:CPViewWidthSizable];
}

return self;
Expand Down

0 comments on commit ded998f

Please sign in to comment.