mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
22 lines
No EOL
694 B
XML
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> |