mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
363a29e71a
--HG-- extra : rebase_source : e8b5bab4b2ba45f6f64a4d20cb5336f69d965c00
33 lines
846 B
XML
33 lines
846 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: radio;
|
|
margin-left: 2px;
|
|
margin-top: 1px;
|
|
}
|
|
" type="text/css"?>
|
|
|
|
<window title="Reference for mini, small and regular radio button sizes"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<vbox>
|
|
<hbox><box width="11" height="11"/></hbox>
|
|
</vbox>
|
|
<vbox>
|
|
<hbox><box width="13" height="13"/></hbox>
|
|
</vbox>
|
|
<vbox>
|
|
<hbox><box width="16" height="16"/></hbox>
|
|
</vbox>
|
|
<vbox>
|
|
<hbox selected="true"><box width="11" height="11"/></hbox>
|
|
</vbox>
|
|
<vbox>
|
|
<hbox selected="true"><box width="13" height="13"/></hbox>
|
|
</vbox>
|
|
<vbox>
|
|
<hbox selected="true"><box width="16" height="16"/></hbox>
|
|
</vbox>
|
|
</window>
|