[Summary] Pixel hunting

This commit is contained in:
VKamyshniy 2014-08-23 16:42:01 +03:00
parent d20e190c47
commit e60c12964d

View file

@ -9,10 +9,10 @@
<EventBox id="color_palette_home" <EventBox id="color_palette_home"
bgnormal="#383838"> bgnormal="#383838">
<iconbutton id="color_palette_button" <iconbutton id="color_palette_button"
width="97" width="97"
height="17" height="17"
normalicon="inspector_color_close" normalicon="inspector_color_close"
activeicon="inspector_color_open"/> activeicon="inspector_color_open"/>
</EventBox> </EventBox>
</HBox> </HBox>
<VBox id="color_buttons_home" <VBox id="color_buttons_home"
@ -134,7 +134,8 @@
<VBox id="info_panel_home" <VBox id="info_panel_home"
noshowall="true" noshowall="true"
visible="false"> visible="false">
<EventBox bgnormal="#4F4F4F" width="97"> <EventBox bgnormal="#4F4F4F"
width="97">
<VBox> <VBox>
<HBox box.padding="4"> <HBox box.padding="4">
<HBox width="7"/> <HBox width="7"/>
@ -142,7 +143,8 @@
text="IN Grisha, Kolya" text="IN Grisha, Kolya"
winfont="Arial Bold 7" winfont="Arial Bold 7"
macfont="Helvetica Bold 7"/> macfont="Helvetica Bold 7"/>
<HBox box.fill="true" box.expand="true"/> <HBox box.fill="true"
box.expand="true"/>
</HBox> </HBox>
<HBox> <HBox>
<HBox width="7"/> <HBox width="7"/>
@ -150,7 +152,8 @@
text="OUT please code it" text="OUT please code it"
winfont="Arial Bold 7" winfont="Arial Bold 7"
macfont="Helvetica Bold 7"/> macfont="Helvetica Bold 7"/>
<HBox box.fill="true" box.expand="true"/> <HBox box.fill="true"
box.expand="true"/>
</HBox> </HBox>
<HBox height="5"/> <HBox height="5"/>
</VBox> </VBox>
@ -171,14 +174,16 @@
<HBox id="gain_meter_home"/> <HBox id="gain_meter_home"/>
<HBox id="invert_button_box" <HBox id="invert_button_box"
visible="false"/> visible="false"/>
<EventBox bgnormal="#000000" <VBox>
width="50"> <HBox>
<VBox borderwidth="1" <EventBox width="1"
spacing="1"> bgnormal="#383838"/>s
<VBox id="track_buttons_home" <VBox id="track_buttons_home"
visible="false" visible="false"
noshowall="true"> noshowall="true">
<HBox spacing="1"> <EventBox height="1"
bgnormal="#000000"/>s
<HBox>
<iconbutton id="rec_enable_button" <iconbutton id="rec_enable_button"
width="47" width="47"
height="20" height="20"
@ -187,6 +192,8 @@
prelighticon="inspector_record_prelight" prelighticon="inspector_record_prelight"
visible="false" visible="false"
noshowall="true"/> noshowall="true"/>
<EventBox width="1"
bgnormal="#000000"/>s
<iconbutton id="monitor_input_button" <iconbutton id="monitor_input_button"
width="47" width="47"
height="20" height="20"
@ -196,7 +203,9 @@
visible="false" visible="false"
noshowall="true"/> noshowall="true"/>
</HBox> </HBox>
<HBox spacing="1"> <EventBox height="1"
bgnormal="#000000"/>s
<HBox>
<iconbutton id="mute_button" <iconbutton id="mute_button"
width="47" width="47"
height="20" height="20"
@ -206,6 +215,8 @@
prelighticon="inspector_mute_prelight" prelighticon="inspector_mute_prelight"
visible="false" visible="false"
noshowall="true"/> noshowall="true"/>
<EventBox width="1"
bgnormal="#000000"/>s
<iconbutton id="solo_button" <iconbutton id="solo_button"
width="47" width="47"
height="20" height="20"
@ -216,26 +227,32 @@
visible="false" visible="false"
noshowall="true"/> noshowall="true"/>
</HBox> </HBox>
<EventBox height="1"
bgnormal="#000000"/>s
</VBox> </VBox>
<iconbutton id="master_mute_button" <EventBox width="1"
width="95" bgnormal="#383838"/>s
height="41"
normalicon="inspector_master_mute" </HBox>
activeicon="inspector_master_mute_active" <iconbutton id="master_mute_button"
prelighticon="inspector_master_mute_prelight" width="95"
visible="false" height="41"
noshowall="true"/> normalicon="inspector_master_mute"
<Button id="name_button" activeicon="inspector_master_mute_active"
width="95" prelighticon="inspector_master_mute_prelight"
height="47" visible="false"
fgnormal="#D7D7D7" noshowall="true"/>
fghover="#D7D7D7" <Button id="name_button"
fgactive="#D7D7D7" width="95"
winfont ="Arial 10" height="47"
macfont ="Helvetica 10"/> fgnormal="#D7D7D7"
</VBox> fghover="#D7D7D7"
</EventBox> fgactive="#D7D7D7"
<HBox visible="false" noshowall="true"> winfont ="Arial 10"
macfont ="Helvetica 10"/>
</VBox>
<HBox visible="false"
noshowall="true">
<Button id="show_sends_button"/> <Button id="show_sends_button"/>
<Button id="monitor_disk_button"/> <Button id="monitor_disk_button"/>
<Button id="comment_button"/> <Button id="comment_button"/>