mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
||
|
|
||
|
<window title="mirrored searchfield"
|
||
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
<hbox>
|
||
|
<textbox type="search" width="200" id="searchbox" style="-moz-transform: scaleX(-1);"/>
|
||
|
<spacer flex="1"/>
|
||
|
</hbox>
|
||
|
</window>
|