mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
10 lines
321 B
XML
10 lines
321 B
XML
<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>
|