ardour/gtk2_ardour/ui/session_lock_dialog.xml
Product Management Group ee1deb3fc3 System Lock
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 463390]
2014-05-26 07:09:02 -05:00

22 lines
No EOL
694 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Dialog title=" " resizeable="False">
<style name="generic_control" font ="Arial Bold 16"/>
<style name="generic_button"
style="generic_control"
fgnormal="#FFffff"
bgnormal="#00871B"
fgactive="#BFBFBF"
bgactive="#454545"
fghover="#CCCCCC"
bghover="#898989"
fgdisabled ="#959595"
bordercolor="#FF0000"
borderwidth="0 0 0 0" />
<Layout width="240" height="215">
<icon source="systemlock.png"/>
<Button style="generic_button"
id="ok_button"
text="UNLOCK"
x="15" y="170" width="80" height="32"/>
</Layout>
</Dialog>