diff clients/pychan_demo/styling.py @ 127:f98443afed5b

- pychan demo now should work again :)
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 06 Aug 2008 22:32:54 +0000
parents 97d6946bd917
children 51cc05d862f2
line wrap: on
line diff
--- a/clients/pychan_demo/styling.py	Wed Aug 06 22:28:01 2008 +0000
+++ b/clients/pychan_demo/styling.py	Wed Aug 06 22:32:54 2008 +0000
@@ -60,7 +60,7 @@
 		'margins': (10,10),
 		'opaque' : 0,
 		'titlebar_height' : 30,
-		'background_image' : 'content/gui/background.png',
+		'background_image' : 'gui/backgrounds/background.png',
 		'font' : 'samanata_large'
 	},
 	'TextBox' : {
@@ -68,7 +68,7 @@
 	},
 	('Container','HBox','VBox') : {
 		'border_size': 0,
-		'background_image' : 'content/gui/background.png',
+		'background_image' : 'gui/backgrounds/background.png',
 		'opaque' : False
 	}
 	},