File: help.xml

package info (click to toggle)
unknown-horizons 2019.1-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 347,924 kB
  • sloc: python: 46,805; xml: 3,137; sql: 1,189; sh: 736; makefile: 39; perl: 35
file content (16 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<Container name="help_window" size="800,580" position_technique="center:center"
	background_image="content/gui/images/background/book.png">

<VBox position="72,40">
	<Label name="headline" />
	<hr />

	<ScrollArea name="help_box" max_size="310,470" min_size="310,470">
		<VBox name="tip_box" padding="10" />
	</ScrollArea>
</VBox>

<OkButton position="695,500"  helptext="Return" />

</Container>