mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
21 lines
556 B
XML
21 lines
556 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
<?xml-stylesheet href="data:text/css,
|
|
vbox { height: 50px; }
|
|
box {
|
|
-moz-appearance: button;
|
|
}
|
|
" type="text/css"?>
|
|
|
|
<window title="Reference for mini, small and regular button sizes"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<vbox>
|
|
<hbox><box width="79" height="16"/></hbox>
|
|
</vbox>
|
|
<vbox>
|
|
<hbox><box width="79" height="19"/></hbox>
|
|
</vbox>
|
|
<vbox>
|
|
<hbox><box width="79" height="22"/></hbox>
|
|
</vbox>
|
|
</window>
|