blob: 697bfd58e72d6da76234b0397558a331b3a5198c (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="true"
bg_opaque_image="Volume_Background"
bg_alpha_image="Volume_Background"
border_visible="false"
border="false"
chrome="true"
follows="bottom"
height="155"
layout="topleft"
name="presets_pulldown"
width="225">
<button
name="open_prefs_btn"
image_overlay="Icon_Gear_Foreground"
hover_glow_amount="0.15"
tool_tip = "Bring up graphics prefs"
top="5"
left="5"
height="20"
width="20">
<button.commit_callback
function="Presets.GoGraphicsPrefs" />
</button>
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
top_delta="4"
left_delta="25"
font.style="BOLD"
name="Graphic Presets"
width="120">
Graphic Presets
</text>
</panel>
|