add "hudopacity" to site config, valid settings are potentially from 0.00 to 1.00

This commit is contained in:
eblade
2008-10-27 07:12:04 -04:00
parent 5f15a4f928
commit 64dbe3237d
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -341,6 +341,7 @@ class Stat_Window:
self.window = gtk.Window()
self.window.set_decorated(0)
self.window.set_opacity(parent.config.supported_sites[self.table.site].hudopacity)
self.window.set_gravity(gtk.gdk.GRAVITY_STATIC)
#self.window.set_keep_above(1)
self.window.set_title("%s" % seat)