mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
24 lines
741 B
XML
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>
|