Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<dialog title="&windowTitle.label;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"
onload="Startup()">
<!-- Methods common to all editor dialogs -->
<!--- Element-specific methods -->
<spacer id="location" offsetY="50" persist="offsetX offsetY"/>
<checkbox id="enableSnapToGrid"
label="&enableSnapToGrid.label;"
accesskey="&enableSnapToGrid.accessKey;"
oncommand="toggleSnapToGrid();"/>
<spacer class="spacer"/>
<grid>
<columns><column/><column/><column /></columns>
<rows>
<row align="center">
<label value="&sizeEditField.label;"
id="sizeLabel"
control="size"
accesskey="&sizeEditField.accessKey;"/>
<textbox class="narrow" id="size" oninput="forceInteger('size')"/>
<label id="unitLabel"
value="&pixelsLabel.value;" />
</row>
</rows>
</grid>
<spacer class="spacer"/>
<separator class="groove"/>
</dialog>