Skip to content

Commit

Permalink
HistoryView: Resize the detail webview
Browse files Browse the repository at this point in the history
This view was one pixel too big, causing weird scrolling behaviour when
selecting text.

This fixes #128: Automatic scrolling when highlighting any text
  • Loading branch information
pieter committed Jun 10, 2009
1 parent 70e5eae commit 6ccaf8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PBGitHistoryView.xib
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
<string>public.url-name</string>
</object>
</object>
<string key="NSFrame">{{1, 0}, {851, 1}}</string>
<string key="NSFrame">{{1, 0}, {851, 186}}</string>
<reference key="NSSuperview" ref="859052736"/>
<reference key="NSNextKeyView"/>
<string key="FrameName"/>
Expand All @@ -384,7 +384,8 @@
<bool key="AllowsUndo">YES</bool>
</object>
</object>
<string key="NSFrameSize">{852, 0}</string>
<string key="NSFrameSize">{852, 186}</string>
<reference key="NSSuperview" ref="135073984"/>
</object>
<string key="NSLabel">Details</string>
<object class="NSColor" key="NSColor" id="457244339">
Expand Down Expand Up @@ -2975,7 +2976,7 @@
</object>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>{{189, 79}, {852, 432}}</string>
<string>{{321, 79}, {852, 432}}</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
Expand Down

0 comments on commit 6ccaf8f

Please sign in to comment.