Mercurial > fife-parpg
comparison 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 |
comparison
equal
deleted
inserted
replaced
356:ab41334e8a57 | 357:2cdce58c1109 |
---|---|
1 <Window title="ScrollArea"> | 1 <Window title="ScrollArea"> |
2 <Label text="A bullet list in a ScrollArea" /> | 2 <Label text="A bullet list in a ScrollArea" /> |
3 <ScrollArea size="400,200"> | 3 <ScrollArea min_size="200,100"> |
4 <VBox> | 4 <VBox> |
5 <HBox name="hbox1"> | 5 <HBox name="hbox1"> |
6 <Button text="*"/><Spacer/><Label text="1. Documentation"/> | 6 <Button text="*"/><Spacer/><Label text="1. Documentation"/> |
7 </HBox> | 7 </HBox> |
8 <HBox name="hbox2"> | 8 <HBox name="hbox2"> |