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:
Norman Feske 2021-03-03 17:21:03 +01:00
parent 9de61e7014
commit 2ff252360d

View File

@ -75,7 +75,7 @@
</start>
<start name="nitpicker" caps="200">
<resource name="RAM" quantum="6M"/>
<resource name="RAM" quantum="8M"/>
<provides> <service name="Gui"/> </provides>
<config focus="rom" request_input="yes" request_framebuffer="yes">
<background color="#272f45"/>