diff clients/pychan_demo/gui/scrollarea.xml @ 357:2cdce58c1109

Fixes the scroll areas in the pychan demo. fixes[t:363]
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 25 Sep 2009 19:48:07 +0000
parents c305c5eda7ed
children
line wrap: on
line diff
--- a/clients/pychan_demo/gui/scrollarea.xml	Thu Sep 24 18:24:47 2009 +0000
+++ b/clients/pychan_demo/gui/scrollarea.xml	Fri Sep 25 19:48:07 2009 +0000
@@ -1,6 +1,6 @@
 <Window title="ScrollArea">
 	<Label text="A bullet list in a ScrollArea" />
-	<ScrollArea size="400,200">
+	<ScrollArea min_size="200,100">
 		<VBox>
 			<HBox name="hbox1">
 				<Button text="*"/><Spacer/><Label text="1. Documentation"/>