mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
sculpt: avoid flickering of leitzentrale
This patch increases the RAM quota of the nitpicker instance for the leitzentrale to make it suffice for the buffering of content during resize operations. This fixes a flickering artifact when having an inspect view open while entering a WLAN passphrase. When the connect button appears or disappears (depending on the number of written characters), some parts of the inspect terminal would flicker sometimes.
This commit is contained in:
parent
9de61e7014
commit
2ff252360d
@ -75,7 +75,7 @@
|
|||||||
</start>
|
</start>
|
||||||
|
|
||||||
<start name="nitpicker" caps="200">
|
<start name="nitpicker" caps="200">
|
||||||
<resource name="RAM" quantum="6M"/>
|
<resource name="RAM" quantum="8M"/>
|
||||||
<provides> <service name="Gui"/> </provides>
|
<provides> <service name="Gui"/> </provides>
|
||||||
<config focus="rom" request_input="yes" request_framebuffer="yes">
|
<config focus="rom" request_input="yes" request_framebuffer="yes">
|
||||||
<background color="#272f45"/>
|
<background color="#272f45"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user