public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/kballard/gitnub.git
Search Repo:
Merge branch 'experimental' of git://github.com/benstiglitz/gitnub into 
benstiglitz/experimental
Caged (author)
Wed Mar 12 13:57:28 -0700 2008
commit  c9555a2c8271cc73fde559a37bb1cf1950ed92f0
tree    996e3fb30c134efbf6e5999d91fbca3a8a58966e
parent  41e302c39c3ba9a7b59dbf2db20c9959cbe0f30d parent  c5a3bf7467783c1df09ca3f4eed77278b3dee291
...
24
25
26
 
27
28
29
...
48
49
50
 
 
51
52
53
...
24
25
26
27
28
29
30
...
49
50
51
52
53
54
55
56
0
@@ -24,6 +24,7 @@
0
   ib_outlet :main_canvas
0
   ib_outlet :main_view
0
   ib_outlet :info_button
0
+ ib_outlet :branch_field
0
   
0
   def applicationDidFinishLaunching(sender)
0
     @window.makeKeyAndOrderFront(self)
0
@@ -48,6 +49,8 @@
0
     
0
     @main_view.setFrameSize(@main_canvas.frame.size)
0
     @main_canvas.addSubview(@main_view)
0
+
0
+ @branch_field.cell.setBackgroundStyle(NSBackgroundStyleRaised)
0
   end
0
   
0
   ib_action :show_info_panel

Comments

    No one has commented yet.