ardour/gtk2_ardour/ui/session_lock_dialog.xml
Valeriy Kamyshniy 8cea03f7a2 improving things
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 455454]
2014-04-27 10:06:38 -05:00

24 lines
741 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Dialog title="Session Lock" resizeable="false">
<style name="generic_control" font ="Arial 10"/>
<style name="generic_button"
style="generic_control"
fgnormal="#BFBFBF"
bgnormal="#007c7e"
fgactive="#BFBFBF"
bgactive="#454545"
fghover="#CCCCCC"
bghover="#898989"
fgdisabled ="#959595"
bordercolor="#7E7E7E"
borderwidth="1 1 0 0" />
<Layout width="448" height="660">
<canvas>
<icon file="icons/sessionlock.png"/>
</canvas>
<Button style="generic_button"
id="ok_button"
text="UNLOCK"
x="75" y="368" width="72" height="32"/>
</Layout>
</Dialog>