ardour/gtk2_ardour/ui/audio_time_axis.xml
2014-12-14 01:33:33 +02:00

135 lines
5.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<RouteUI bgnormal="#383838"
bgactive="#424242">
<Vbox>
<EventBox height="1"
bgnormal="#494949"
bgactive="#494949"/>
<EventBox id="upper_drop_indicator"
visible="false"
noshowall="true"
height="2"
bgnormal="#1CA3B3"
bgactive="#1CA3B3"/>
<HBox box.fill="true"
box.expand="true">
<VBox>
<HBox box.expand="true"
box.fill="true">
<EventBox id="selected_track_color_box"
width="29"
bgnormal="#383838"
bgactive="#5BA55C">
<HBox>
<!--<Igor! width="2" below is the shift from RIGHT side of the space>-->
<VBox width="2" box.pack="end"/>
<VBox box.pack="end">
<!--<Igor! height="4" below is the shift from TOP side of the space>-->
<HBox height="1"/>
<Label id="number_label"
text="32"
fgnormal="#BAB9B9"
fgactive="#ffffff"
winfont ="Arial Bold 10"
macfont ="Helvetica Bold 10"/>
</VBox>
</HBox>
</EventBox>
<EventBox id="track_color_box" width="6" bgnormal="#5BA55C" bgactive="#5BA55C"/>
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
</HBox>
</VBox>
<HBox width="108">
<!--<Igor! About the track name: height="5" below is the shift from TOP side of the space>-->
<HBox width="5"/>
<VBox id="name_label_home">
<FocusEntry id="name_entry"
width="83"
height="20"
fgnormal="#ffffff"
winfont ="Arial 10"
macfont ="Helvetica 10"
cssname="EditorTrackNameDisplay"
textcolornormal="#acacac"
textcoloractive="#acacac"
textcolorselected="#ffffff"
noshowall="true"
visible="false"/>
<HBox height="5"/>
<Label id="name_label"
width="83"
winfont ="Arial 10"
macfont ="Helvetica 10"
fgnormal="#acacac"
fgactive="#ffffff"
horzalignment="start"/>
</VBox>
</HBox>
<VBox>
<HBox box.padding="2" spacing="1">
<iconbutton id="rec_enable_button"
width="38"
height="16"
normalicon="time_axis_record"
activeicon="time_axis_record_active"
_prelighticon="time_axis_record_prelight"
tooltip="Record Enable"/>
<iconbutton id="monitor_input_button"
width="38"
height="16"
normalicon="time_axis_monitor_input"
activeicon="time_axis_monitor_input_active"
_prelighticon="time_axis_monitor_input_prelight"
tooltip="Input Monitoring"/>
</HBox>
<HBox spacing="1">
<iconbutton id="mute_button"
width="38"
height="16"
normalicon="time_axis_mute"
activeicon="time_axis_mute_active"
implicitactiveicon="time_axis_mute_implicit"
_prelighticon="time_axis_mute_prelight"
tooltip="Mute"/>
<iconbutton id="solo_button"
width="38"
height="16"
normalicon="time_axis_solo"
activeicon="time_axis_solo_active"
implicitactiveicon="time_axis_solo_safe"
_prelighticon="time_axis_solo_prelight"
tooltip="Solo"/>
</HBox>
</VBox>
<HBox visible="false" noshowall="true">
<Button id="show_sends_button"/>
<Button id="monitor_disk_button"/>
<Button id="comment_button"/>
<Button id="midi_input_enable_button"/>
<Button id="group_button" text="Grp"/>
<Button id="route_group_button"/>
<Button id="automation_button"/>
</HBox>
<VBox width="4"/>
<VBox id="gain_meter_home" width="7" />
</HBox>
<EventBox id="lower_drop_indicator" visible="false" noshowall="true" height="2" bgnormal="#1CA3B3" bgactive="#1CA3B3"/>
<EventBox height="1" bgnormal="#000000" bgactive="#000000"/>
</Vbox>
<iconbutton id="playlist_button"
width="21"
height="20"
normalicon="time_axis_playlist"
activeicon="time_axis_playlist"
_prelighticon="time_axis_playlist"
ui.orphan="true"/>
<Button id="master_mute_button" ui.orphan="true"/>
<Icon id="rec_enable_indicator_on"
source="rec_enable_indicator_on"
ui.orphan="true"/>
<Icon id="rec_enable_indicator_off"
source="rec_enable_indicator_off"
ui.orphan="true"/>
</RouteUI>