blob: 46543f563c6b6fc23fef9678dfe65cae311d9c27 (
plain)
1
2
3
4
5
6
7
8
9
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="direction: rtl">
<scrollbox maxwidth="100" style="overflow: scroll;">
<button label="One"/>
<button label="Two"/>
<button label="Three"/>
<button label="Four and the rest of the numbers go here"/>
</scrollbox>
</window>
|