-
Notifications
You must be signed in to change notification settings - Fork 0
/
left_gutter.xml
38 lines (37 loc) · 1.14 KB
/
left_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 left gutter.
-->
<Template>
<WidgetGroup>
<ObjectName>LeftGutter</ObjectName>
<Layout>vertical</Layout>
<SizePolicy>me,min</SizePolicy>
<Children>
<Template src="skin:spacer.xml"/>
<Template src="skin:deck_left.xml">
<SetVariable name="i">1</SetVariable>
<!-- Orange -->
<SetVariable name="DeckSignalColor">#d4712c</SetVariable>
<SetVariable name="DeckBackgroundColor">#333333</SetVariable>
</Template>
<WidgetGroup>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:deck_left.xml">
<SetVariable name="i">3</SetVariable>
<!-- Pink -->
<SetVariable name="DeckSignalColor">#d42c8f</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>