-
Notifications
You must be signed in to change notification settings - Fork 0
/
decks_small.xml
41 lines (37 loc) · 1.08 KB
/
decks_small.xml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Template>
<WidgetGroup>
<ObjectName>DecksSizer</ObjectName>
<SizePolicy>me,max</SizePolicy>
<Layout>vertical</Layout>
<Children>
<WidgetGroup>
<Layout>horizontal</Layout>
<Size>0me,51f</Size>
<Children>
<Template src="skin:deck_small.xml">
<SetVariable name="i">1</SetVariable>
</Template>
<Template src="skin:deck_small.xml">
<SetVariable name="i">2</SetVariable>
</Template>
</Children>
</WidgetGroup>
<WidgetGroup>
<Layout>horizontal</Layout>
<Size>0me,51f</Size>
<Children>
<Template src="skin:deck_small.xml">
<SetVariable name="i">3</SetVariable>
</Template>
<Template src="skin:deck_small.xml">
<SetVariable name="i">4</SetVariable>
</Template>
</Children>
<Connection>
<ConfigKey>[Skin],show_4decks</ConfigKey>
<BindProperty>visible</BindProperty>
</Connection>
</WidgetGroup>
</Children>
</WidgetGroup>
</Template>