mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
417 B
XML
15 lines
417 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<bindings id="scrollbarBindings"
|
||
|
xmlns="http://www.mozilla.org/xbl"
|
||
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
||
|
|
||
|
<binding id="scrollbar">
|
||
|
<content>
|
||
|
<xul:nativescrollbar flex="1" xbl:inherits="curpos,maxpos,pageincrement,increment,orient,sborient=orient"/>
|
||
|
</content>
|
||
|
</binding>
|
||
|
|
||
|
</bindings>
|