mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
556 B
XML
22 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>
|