mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
9 lines
321 B
XML
9 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>
|