-
Notifications
You must be signed in to change notification settings - Fork 0
/
right_gutter.xml
38 lines (37 loc) · 1.15 KB
/
right_gutter.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
<!DOCTYPE template>
<!--
Description:
The right gutter.
-->
<Template>
<WidgetGroup>
<ObjectName>RightGutter</ObjectName>
<Layout>vertical</Layout>
<SizePolicy>me,min</SizePolicy>
<Children>
<Template src="skin:spacer.xml"/>
<Template src="skin:deck_right.xml">
<SetVariable name="i">2</SetVariable>
<!-- Blue -->
<SetVariable name="DeckSignalColor">#2c8fd4</SetVariable>
<SetVariable name="DeckBackgroundColor">#333333</SetVariable>
</Template>
<WidgetGroup>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:deck_right.xml">
<SetVariable name="i">4</SetVariable>
<!-- Green -->
<SetVariable name="DeckSignalColor">#8fd42c</SetVariable>
<SetVariable name="DeckBackgroundColor">#333333</SetVariable>
</Template>
</Children>
<Connection>
<ConfigKey persist="true">[Master],show_4decks</ConfigKey>
<BindProperty>visible</BindProperty>
</Connection>
</WidgetGroup>
<Template src="skin:spacer.xml"/>
</Children>
</WidgetGroup>
</Template>