Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1408 → Rev 1409

/mozilla/pixeled/trunk/src/chrome/content/display.xul
0,0 → 1,28
<?xml version="1.0"?>
 
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
 
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="Pixeled"
buttons="cancel"
buttonlabelcancel="Close"
id="Pixeled_Display_dialog"
persist="screenX screenY width height sizemode"
>
 
<script type="application/x-javascript" src="chrome://pixeled/content/display.js" />
<hbox style="overflow:auto">
<html:canvas id="originCanvas" style="background:#FFFFFF; padding:0px; margin:0px;"></html:canvas>
<spacer flex="1" />
</hbox>
<hbox>
<scale id="scaler" min="1" max="5" pageincrement="1" flex="1" />
<label id="scaleLabel" control="scale" />
</hbox>
<hbox flex="1" style="overflow:auto">
<html:canvas id="scaledCanvas" style="background:#FFFFFF; padding:0px; margin:0px;"></html:canvas>
<spacer flex="1" />
</hbox>
</dialog>