ardour/gtk2_ardour/ui/waves_edit_dialog.xml
2015-02-12 10:43:45 +02:00

69 lines
No EOL
2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Dialog CACHEIT="false" title="Tracks Live">
<style name="generic_control"
winfont ="Arial Bold 12"
macfont ="Helvetica Bold 12"
fgnormal="#BFBFBF"
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"
visible="false"
noshowall="true"
width="80"
height="22"/>
<EventBox bgnormal="#EDECE8"
width="300">
<VBox borderwidth="10"
spacing="15">
<Label id="message_label"
style="generic_control"
fgnormal="#6D6E72"
horzalignment="center"
justify="center"/>
<HBox spacing="10">
<Label style="generic_control"
fgnormal="#6D6E72"
text="New name"
box.pack="start"/>
<Entry id="name_entry"
hasframe="false"
bgnormal="#6C6C6C"
basenormal="#6C6C6C"
fgnormal="#C1C1C1"
textcolornormal="#C1C1C1"
text="???"
height="22"
box.pack="start"
box.fill="true"
box.expand="true"
horzalignment="start"/>
</HBox>
<HBox spacing="10">
<Button id="ok_button"
style="generic_button"
box.pack="end"
text="Ok"
visible="true"/>
<Button id="cancel_button"
style="generic_button"
box.pack="end"
text="Cancel"
visible="true"/>
</HBox>
</VBox>
</EventBox>
</Dialog>