mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
90 lines
No EOL
2.6 KiB
XML
90 lines
No EOL
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Dialog title="Add Track"
|
|
resizeable="false"
|
|
maxtrackscount="256">
|
|
<style name="generic_control"
|
|
winfont ="Arial Bold 10"
|
|
macfont ="Helvetica Bold 10"
|
|
fgnormal="#6D6E72"
|
|
bgnormal="#6C6C6C"
|
|
fgactive="#BFBFBF"
|
|
bgactive="#454545"
|
|
fghover="#CCCCCC"
|
|
bghover="#898989"/>
|
|
<style name="generic_button"
|
|
winfont ="Arial Bold 12"
|
|
macfont ="Helvetica Bold 12"
|
|
fgnormal="#6D6E72"
|
|
bgnormal="#CACAC5"
|
|
fgactive="#EDECE8"
|
|
bgactive="#6D6E72"
|
|
borderwidth="0 0 0 0"
|
|
bordercolor="#6D6E72"/>
|
|
<Layout width="400"
|
|
height="110"
|
|
bgnormal="#EDECE8">
|
|
<Dropdown id="tracks_format_dropdown"
|
|
style="generic_control"
|
|
x="128"
|
|
y="44"
|
|
width="110"
|
|
height="21"
|
|
normalicon="added_track_format_dropdown_active"
|
|
activeicon="added_track_format_dropdown_active"
|
|
_prelighticon="added_track_format_dropdown_prelight"
|
|
inactiveicon="added_track_format_dropdown_inactive">
|
|
<HBox>
|
|
<VBox width="10"/>
|
|
<Label style="generic_control"
|
|
fgnormal="#EDECE8"
|
|
horzalignment="center"
|
|
width="93"/>
|
|
</HBox>
|
|
<DropdownMenu bgnormal="#454545">
|
|
<DropdownItem title="Mono"/>
|
|
<DropdownItem title="Stereo"/>
|
|
</DropdownMenu>
|
|
</Dropdown>
|
|
<Button style="generic_button"
|
|
id="decrement_button"
|
|
text="-"
|
|
bordercolor="#6D6E72"
|
|
x="75"
|
|
y="44"
|
|
width="25"
|
|
height="21"/>
|
|
<Entry style="generic_control"
|
|
id="tracks_counter_entry"
|
|
text="1"
|
|
justify="center"
|
|
x="5"
|
|
y="43"
|
|
width="70"
|
|
height="23"/>
|
|
<Button style="generic_button"
|
|
id="increment_button"
|
|
text="+"
|
|
x="101"
|
|
y="44"
|
|
width="25"
|
|
height="21"/>
|
|
<Button style="generic_button"
|
|
id="cancel_button"
|
|
text="Cancel"
|
|
winfont="Arial Bold 10"
|
|
macfont="Helvetica Bold 10"
|
|
x="250"
|
|
y="44"
|
|
width="69"
|
|
height="21"/>
|
|
<Button style="generic_button"
|
|
id="ok_button"
|
|
text="Ok"
|
|
winfont="Arial Bold 10"
|
|
macfont="Helvetica Bold 10"
|
|
x="322"
|
|
y="44"
|
|
width="69"
|
|
height="21"/>
|
|
</Layout>
|
|
</Dialog> |