ardour/gtk2_ardour/ui/session_close_dialog.xml
VKamyshniy a51275dfea [Summary] Making different fonts for WIN and MAC
Conflicts:
	gtk2_ardour/waves_button.cc
2014-08-18 16:17:04 -04:00

58 lines
1.6 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<Dialog title=" " resizeable="False">
<style name="generic_control"
winfont ="Arial 10"
macfont ="Helvetica 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="400" height="170">
<Label style ="generic_control"
id="top_label"
justify="center"
winfont ="Arial 14"
macfont ="Helvetica 14"
text="??\n??\n??\n??\n??"
x="20"
y="40"
width="360"
height="30"/>
<Label style ="generic_control"
id="bottom_label"
justify="center"
text="??\n??\n??\n??\n??"
winfont ="Arial 12"
macfont ="Helvetica 12"
x="20"
y="80"
width="360"
height="30"/>
<Button style="generic_button"
id="cancel_button"
text="CANCEL"
x="10" y="128" width="80" height="32"/>
<Button style="generic_button"
id="dont_save_button"
text="DON'T SAVE"
x="220" y="128" width="80" height="32"/>
<Button style="generic_button"
id="save_button"
text="SAVE"
x="310" y="128" width="80" height="32"/>
</Layout>
</Dialog>