Skip to content

Commit

Permalink
Edit HMFViewController.xib time label Attribes Inspector to change in…
Browse files Browse the repository at this point in the history
…itial text from 'Label' to blank. Test now passes.
  • Loading branch information
rlisle committed Apr 29, 2013
1 parent 2a78dea commit 04f4404
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HowsMyFuel/HMFViewController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<string key="NSFrame">{{0, 100}, {320, 448}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIClipsSubviews">YES</bool>
<bool key="IBUIMultipleTouchEnabled">YES</bool>
Expand All @@ -55,13 +56,14 @@
<string key="NSFrame">{{83, 7}, {155, 85}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="672053323"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<string key="IBUIText">Label</string>
<string key="IBUIText"/>
<object class="NSColor" key="IBUITextColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MCAwIDAAA</bytes>
Expand All @@ -85,7 +87,7 @@
<string key="NSFrame">{{0, 20}, {320, 548}}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="672053323"/>
<reference key="NSNextKeyView" ref="431950152"/>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
Expand Down

0 comments on commit 04f4404

Please sign in to comment.