File: stringpreviewwidget.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-- 752 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<Container name="foo" size="569,350" position="200,200" background_image="content/gui/images/background/notice350.png">

	<Label name="headline" text="String Previewer Tool for Scenario files" position="15,15" />

	<ScrollArea min_size="300,300" position="15,35">
		<ListBox name="scenario_list" is_focusable="0" />
	</ScrollArea>

	<VBox position="325,45" min_size="200,300" max_size="200,300" padding="10">
		<Button name="load" text="Load / Reload" />
		<Label name="hintlbl" wrap_text="1" max_size="200,80" min_size="200,80"
			text="Select a scenario and click on 'Load / Reload' to update the messages in the captain's log" />
		<Label name="stats" wrap_text="1" max_size="200,80" min_size="200,80" />
	</VBox>
</Container>