ardour/gtk2_ardour/ui/file_sample_rate_mismatch_dialog.xml

59 lines
1.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<Dialog title="File sample rate mismatch" resizeable="False">
<style name="generic_control"
winfont ="Arial Bold 12"
macfont ="Helvetica Bold 12"
fgnormal="#BFBFBF"
bgnormal="#6C6C6C"
fgactive="#BFBFBF"
bgactive="#454545"
fghover="#CCCCCC"
bghover="#898989"/>
<Layout width="420"
height="90"
bgnormal="#EDECE8">
<VBox width="420"
x="0"
y="20">
<Label id="info_label_1"
style="generic_control"
fgnormal="#6D6E72"
horzalignment="center"/>
<Label id="info_label_2"
style="generic_control"
fgnormal="#6D6E72"
horzalignment="center"/>
</VBox>
<Button id="cancel_button"
style="generic_control"
text="Cancel"
fgnormal="#6D6E72"
bgnormal="#CACAC5"
fgactive="#EDECE8"
bgactive="#6D6E72"
borderwidth="0 0 0 0"
bordercolor="#6D6E72"
width="80"
height="22"
x="240"
y="58"/>
<Button id="ignore_button"
style="generic_control"
text="Ignore"
fgnormal="#6D6E72"
bgnormal="#CACAC5"
fgactive="#EDECE8"
bgactive="#6D6E72"
borderwidth="0 0 0 0"
bordercolor="#6D6E72"
width="80"
height="22"
x="330"
y="58"/>
</Layout>
</Dialog>