diff demos/pychan_demo/colortester.py @ 590:59c92d10d7bc

- added label to colortester
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 13 Aug 2010 16:42:09 +0000
parents db994c01cc9a
children 8c9cdcc9bc4f
line wrap: on
line diff
--- a/demos/pychan_demo/colortester.py	Fri Aug 13 16:33:36 2010 +0000
+++ b/demos/pychan_demo/colortester.py	Fri Aug 13 16:42:09 2010 +0000
@@ -84,6 +84,7 @@
 		self.widget.findChild(name="example6").base_color = rgba
 		self.widget.findChild(name="example7").base_color = rgba
 		self.widget.findChild(name="example8").base_color = rgba
+		self.widget.findChild(name="example9").base_color = rgba
 		
 	def update_background_color(self):
 		"""
@@ -111,3 +112,4 @@
 		self.widget.findChild(name="example6").background_color = rgba
 		self.widget.findChild(name="example7").background_color = rgba
 		self.widget.findChild(name="example8").background_color = rgba
+		self.widget.findChild(name="example9").background_color = rgba