summaryrefslogtreecommitdiff
path: root/UICaboodle
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-05-09 23:42:10 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:01 +0000
commit2388b078e84fda8a3a815f990e23667557290eb2 (patch)
tree8dfbbe6544e5b10268e5835ce56a96e3ef21cef1 /UICaboodle
parentdfaac1daef3116346d25c48b8709bfec253ab3ff (diff)
Blue, UTF-8, Search sizing, and file trees.
Diffstat (limited to 'UICaboodle')
-rw-r--r--UICaboodle/RVBook.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/RVBook.mm b/UICaboodle/RVBook.mm
index db1ae0a..e6cc126 100644
--- a/UICaboodle/RVBook.mm
+++ b/UICaboodle/RVBook.mm
@@ -50,7 +50,7 @@
navbar_ = [[UINavigationBar alloc] initWithFrame:navrect];
[self addSubview:navbar_];
- [navbar_ setBarStyle:1];
+ [navbar_ setBarStyle:0];
[navbar_ setDelegate:self];
[navbar_ setPrompt:@""];