diff clients/pychan_demo/pychan_test.py @ 159:c305c5eda7ed

Fix for scrollarea bug.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 14 Oct 2008 08:30:20 +0000
parents bb9902910067
children fbc55c6f57cf
line wrap: on
line diff
--- a/clients/pychan_demo/pychan_test.py	Tue Oct 14 07:53:05 2008 +0000
+++ b/clients/pychan_demo/pychan_test.py	Tue Oct 14 08:30:20 2008 +0000
@@ -61,9 +61,10 @@
 		
 		self.examples = {
 			'Absolute Positioning' : PyChanExample('gui/absolute.xml'),
+			'All Widgets' : PyChanExample('gui/all_widgets.xml'),
 			'Basic Styling' : StylingExample(),
-			'All Widgets' : PyChanExample('gui/all_widgets.xml'),
 			'Dynamic Widgets' : DynamicExample(),
+			'ScrollArea' : PyChanExample('gui/scrollarea.xml'),
 		}
 		self.demoList = self.gui.findChild(name='demoList')
 		self.demoList.items += self.examples.keys()