mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
Arora: fix the demo launchpad configuration
This patch adapts the launchpad configuration of the Nitpicker plugin demo to the current launchpad config syntax. Fixes #1018.
This commit is contained in:
parent
a3e30cc96c
commit
cca2dbc400
@ -30,10 +30,10 @@
|
||||
<start name="launchpad">
|
||||
<resource name="RAM" quantum="1G"/>
|
||||
<config xpos="50" ypos="10" width="400" height="400">
|
||||
<launcher><filename>testnit</filename><ram_quota>512K</ram_quota></launcher>
|
||||
<launcher><filename>launchpad</filename><ram_quota>6M</ram_quota>
|
||||
<launcher name="testnit" ram_quota="512K" />
|
||||
<launcher name="launchpad" ram_quota="6M">
|
||||
<config xpos="90" ypos="50" width="400" height="400">
|
||||
<launcher><filename>testnit</filename><ram_quota>512K</ram_quota></launcher>
|
||||
<launcher name="testnit" ram_quota="512K" />
|
||||
</config>
|
||||
</launcher>
|
||||
</config>
|
||||
|
Loading…
x
Reference in New Issue
Block a user