[Summary] Change request per Igor's request
[ardour.git] / gtk2_ardour / ui / master_ui.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <RouteUI width="233"
4          bgnormal="#424242"
5          bgactive="#6C6C6C"
6          peaktreshold="-144.4">
7   <VBox>
8     <EventBox height="1"
9               bgnormal="#494949"
10               bgactive="#494949"/>
11     <HBox height="17">
12       <HBox id="master_bus_hbox"
13             noshowall="true">
14           <EventBox width="29"
15                     bgnormal="#424242"
16                     bgactive="#F48E16"/>
17           <EventBox width="6"
18                     bgnormal="#F48E16"
19                     bgactive="#F48E16"/>
20           <EventBox width="1"
21                     bgnormal="#000000"
22                     bgactive="#000000"/>
23           <VBox width="6"/>
24           <Label text="Master Bus"
25                  winfont ="Arial Bold 10"
26                  macfont ="Helvetica Bold 9"
27                  fgnormal="#AFAFAF"
28                  fgactive="#AFAFAF"
29                  width="99"
30                  height="17"
31                  horzalignment="start"
32                  vertalignment="center"/>
33       </HBox>
34       <HBox id="master_bus_empty_hbox"
35             width="141"
36             noshowall="true"/>
37       <iconbutton id="master_mute_button"
38                   width="83"
39                   height="17"
40                   normalicon="master_mute"
41                   activeicon="master_mute_active"
42                   _prelighticon="master_mute_prelight"
43                   tooltip="Mute"/>
44       <EventBox width="1"
45                 bgnormal="#424242"
46                 bgactive="#424242"/>
47       <EventBox bgnormal="#424242"
48                 bgactive="#6C6C6C">
49         <HBox id="level_meter_home"
50               width="8"/>
51       </EventBox>
52     </HBox>
53     <EventBox height="1"
54               bgnormal="#000000"
55               bgactive="#000000"/>
56   </VBox>
57
58   <EventBox id="no_peak_display_box"
59             width="95"
60             height="13"
61             bgnormal="#B1B1B1"
62             ui.orphan="true"/>
63   <Button id="peak_display_button"
64           text="- inf"
65           width="95"
66           height="13"
67           bgnormal="#B1B1B1"
68           bgactive="#D83838"
69           fgnormal="#000000"
70           fgactive="#000000"
71           bghover="#C47474"
72           ui.orphan="true"/>
73   <iconbutton id="clear_solo_button"
74               width="47"
75               height="27"
76               normalicon="master_clear_solo"
77               activeicon="master_clear_solo_active"
78               _prelighticon="master_clear_solo_prelight"
79               ui.orphan="true"/>
80   <iconbutton id="global_rec_button"
81               width="47"
82               height="27"
83               normalicon="master_global_rec"
84               activeicon="master_global_rec_active"
85               _prelighticon="master_global_rec_prelight"
86               ui.orphan="true"/>
87   <icon id="master_bus_multi_out_mode_icon"
88         source="master_bus_multi_out_mode.png"
89         ui.orphan="true"/>
90 </RouteUI>