mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
43 lines
No EOL
1.1 KiB
XML
43 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Dialog title="About" resizeable="False">
|
|
|
|
<Layout width="787"
|
|
height="417">
|
|
|
|
<VBox id="image_home"
|
|
x="0"
|
|
y="0"/>
|
|
|
|
<VBox x="293"
|
|
y="270"
|
|
width="200"
|
|
height="60">
|
|
<Label id="credits"
|
|
width="200"
|
|
height="60"
|
|
text="-"
|
|
justify="center"
|
|
horzalignment="center"
|
|
vertalignment="center"
|
|
winfont ="Arial Bold 10"
|
|
macfont ="Helvetica Bold 10"
|
|
fgnormal="#FFFFFF"/>
|
|
</VBox>
|
|
|
|
<Button id="about_button"
|
|
winfont ="Arial Bold 10"
|
|
macfont ="Helvetica Bold 10"
|
|
text="ABOUT"
|
|
fgnormal="#6D6E72"
|
|
bgnormal="#CACAC5"
|
|
fgactive="#EDECE8"
|
|
bgactive="#6D6E72"
|
|
borderwidth="0 0 0 0"
|
|
bordercolor="#6D6E72"
|
|
width="69"
|
|
height="22"
|
|
x="360"
|
|
y="325"/>
|
|
</Layout>
|
|
|
|
</Dialog> |