mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 21:01:49 +00:00
wm.run: use initial_width/height for nit_fb
This commit is a follow-up to "nit_fb: allow screen-relative initial_width/height". With it, the nit_fb window created via the launchpad can be interactively resized.
This commit is contained in:
parent
41fdb1d369
commit
1b993714c5
@ -86,7 +86,7 @@ install_config {
|
||||
<resource name="RAM" quantum="20M"/>
|
||||
<config>
|
||||
<launcher name="nit_fb" ram_quota="7M" caps="100">
|
||||
<config width="500" height="400" />
|
||||
<config initial_width="500" initial_height="400" />
|
||||
</launcher>
|
||||
<launcher name="nitpicker" ram_quota="1M" caps="100">
|
||||
<config>
|
||||
|
Loading…
x
Reference in New Issue
Block a user