mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
[Summary] making the report area of top bar fixed size. Adding waveform zoom button Icons
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 463714]
This commit is contained in:
parent
0ed6f2a3b5
commit
81f99ae86b
4 changed files with 15 additions and 8 deletions
BIN
gtk2_ardour/icons/tool_waveform_zoom.png
Normal file
BIN
gtk2_ardour/icons/tool_waveform_zoom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 637 B |
BIN
gtk2_ardour/icons/tool_waveform_zoom_active.png
Normal file
BIN
gtk2_ardour/icons/tool_waveform_zoom_active.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 710 B |
BIN
gtk2_ardour/icons/tool_waveform_zoom_prelight.png
Normal file
BIN
gtk2_ardour/icons/tool_waveform_zoom_prelight.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 666 B |
|
|
@ -14,7 +14,7 @@
|
|||
prelighticon="tracks_prelight"/>
|
||||
<icon source="display_clock_mockup.png" tooltip="--------------------
This is a mockup
--------------------" />
|
||||
<icon source="display_metrics_mockup.png" tooltip="--------------------
This is a mockup
--------------------" box.pack="end"/>
|
||||
<EventBox bgnormal="#383838" box.expand="true" box.fill="true" box.padding="4">
|
||||
<EventBox bgnormal="#383838" box.expand="false" box.fill="false" width="420" box.padding="4">
|
||||
<EventBox bgnormal="#151515" borderwidth="1"/>
|
||||
</EventBox>
|
||||
<VBox spacing ="1" box.pack="end">
|
||||
|
|
@ -122,13 +122,20 @@
|
|||
normalicon="tool_zoom"
|
||||
activeicon="tool_zoom_active"
|
||||
prelighticon="tool_zoom_prelight"/>
|
||||
<iconbutton id="media_button"
|
||||
tooltip="Media Button"
|
||||
width="48" height="26"
|
||||
normalicon="media_button"
|
||||
activeicon="media_button_active"
|
||||
prelighticon="media_button_prelight"
|
||||
box.pack="end"/>
|
||||
<HBox box.pack="end" spacing ="1">
|
||||
<iconbutton id="tool_waveform_zoom_button"
|
||||
tooltip="Waveform Zoom"
|
||||
width="34" height="26"
|
||||
normalicon="tool_waveform_zoom"
|
||||
activeicon="tool_waveform_zoom_active"
|
||||
prelighticon="tool_waveform_zoom_prelight"/>
|
||||
<iconbutton id="media_button"
|
||||
tooltip="Media Button"
|
||||
width="48" height="26"
|
||||
normalicon="media_button"
|
||||
activeicon="media_button_active"
|
||||
prelighticon="media_button_prelight"/>
|
||||
</HBox>
|
||||
</HBox>
|
||||
</EventBox>
|
||||
</VBox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue