Browse Source

Removed some old stuff

tags/v1.0.0
Robert Klep 12 years ago
parent
commit
ee684c61cb
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      ToggleProxy.py

+ 0
- 5
ToggleProxy.py View File

@@ -8,11 +8,6 @@ import commands, re, time
class ToggleProxy(NSObject):

def applicationDidFinishLaunching_(self, notification):
# define some title-related stuff
self.active_color = NSColor.colorWithSRGBRed_green_blue_alpha_(0, 0.5, 0, 1)
self.inactive_color = NSColor.colorWithSRGBRed_green_blue_alpha_(0.6, 0, 0, 1)
self.title_font = NSFont.fontWithName_size_('HelveticaNeue-Bold', 12.0)

# find image files
self.active_image = NSImage.imageNamed_("active")
self.inactive_image = NSImage.imageNamed_("inactive")


Loading…
Cancel
Save