Revision 182,
355 bytes
checked in by bretzel_parpg, 10 years ago
(diff) |
Put some help text in and also made it look better. I'm not very happy with pychan at the moment
because there is no word wrap on Labels, but I won't complain anymore within an SVN commit
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | <Window title="PARPG Help" min_size="350,300" max_size="350,300"> |
---|
2 | <Label name="MainHelpText" /> |
---|
3 | <ScrollArea size="250,350" horizontal_scrollbar="0"> |
---|
4 | <Label name="KeybindText"/> |
---|
5 | </ScrollArea> |
---|
6 | <Label text="[br]For more info or help, visit: http://wiki.parpg.net[br][br]" /> |
---|
7 | <Button name="closeButton" text="Close" max_size="50,20"/> |
---|
8 | </Window> |
---|
Note: See
TracBrowser
for help on using the repository browser.