blob: 7ba1feaefbcf2aadac5e5b9e04b0d8fd3c2cea93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<Root xmlns="http://notenoughupdates.org/moulconfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://notenoughupdates.org/moulconfig https://raw.githubusercontent.com/NotEnoughUpdates/MoulConfig/master/MoulConfig.xsd">
<Gui>
<Column>
<Row>
<Text text="Search: "/>
<TextField value="@search"/>
<Text text="@poll"/>
</Row>
<ScrollPanel width="360" height="266">
<Array data="@searchResults">
<Row>
<Hover lines="@keyW">
<Text text="@key" width="100"/>
</Hover>
<Hover lines="@hoverRegex">
<Text text="@regex" width="200"/>
</Hover>
<Text text="@overriden" width="50"/>
</Row>
</Array>
</ScrollPanel>
</Column>
</Gui>
</Root>
|