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/eventualbuddha/gitnub.git
Removed need for Core Animation by using proper background style on labels 
in textured area
benstiglitz (author)
Wed Mar 12 13:29:22 -0700 2008
commit  c5a3bf7467783c1df09ca3f4eed77278b3dee291
tree    35d60363a51fd98ab3e6c290509e79f4c5898acf
parent  52ba1b1cbda0c8d62819ea6aec11fb898f890d82
...
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 @@ class ApplicationController < OSX::NSObject
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 @@ class ApplicationController < OSX::NSObject
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.