mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
75 lines
No EOL
2 KiB
XML
75 lines
No EOL
2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Dialog title=" " resizeable="False">
|
|
<style name="generic_control" font ="Arial 10"/>
|
|
<style name="generic_button"
|
|
style="generic_control"
|
|
fgnormal="#BFBFBF"
|
|
bgnormal="#6C6C6C"
|
|
fgactive="#BFBFBF"
|
|
bgactive="#454545"
|
|
fghover="#CCCCCC"
|
|
bghover="#898989"
|
|
fgdisabled ="#959595"
|
|
bordercolor="#7E7E7E"
|
|
borderwidth="0 0 0 0" />
|
|
|
|
<Layout width="140" height="180">
|
|
|
|
<Label style ="generic_control"
|
|
justify="center"
|
|
font="10"
|
|
text="Add Track"
|
|
x="0"
|
|
y="0"
|
|
width="140"
|
|
height="25"/>
|
|
|
|
<ComboBoxText style="generic_control"
|
|
id="tracks_format_combo"
|
|
x="5"
|
|
y="40"
|
|
width="130"
|
|
height="25" />
|
|
|
|
<Button style="generic_button"
|
|
id="decrement_button"
|
|
text="-"
|
|
x="5"
|
|
y="105"
|
|
width="25"
|
|
height="25"/>
|
|
|
|
<Entry style="generic_control"
|
|
id="tracks_counter_entry"
|
|
text="1"
|
|
justify="center"
|
|
x="35"
|
|
y="105"
|
|
width="70"
|
|
height="25"/>
|
|
|
|
<Button style="generic_button"
|
|
id="increment_button"
|
|
text="+"
|
|
x="110"
|
|
y="105"
|
|
width="25"
|
|
height="25"/>
|
|
|
|
<Button style="generic_button"
|
|
id="cancel_button"
|
|
text="CANCEL"
|
|
x="0"
|
|
y="155"
|
|
width="70"
|
|
height="25"/>
|
|
|
|
<Button style="generic_button"
|
|
id="ok_button"
|
|
text="OK"
|
|
x="71"
|
|
y="155"
|
|
width="70"
|
|
height="25"/>
|
|
</Layout>
|
|
</Dialog> |