sculpt: adjust decorator capability quota in Leitzentrale

Following the rework of the graphics stack, the decorator inside
Leitzentrale needs more capabilities. This manifests in a log message:
```
[leitzentrale] child "decorator" requests resources: cap_quota=18
```
and the Leitzentrale contents execpt for the log window disappearing
from the display. The Leitzentrale layer can still be toggled using F12.

Increasing the decorator's capability quota appears to solve the issue.

Issue #5356
This commit is contained in:
Benjamin Lamowski 2024-10-22 11:25:48 +02:00 committed by Christian Helmuth
parent 73991e62ec
commit 5c75f1efa7

View File

@ -160,7 +160,7 @@
</route>
</start>
<start name="decorator" caps="480" priority="-1">
<start name="decorator" caps="580" priority="-1">
<binary name="themed_decorator"/>
<resource name="RAM" quantum="20M"/>
<resource name="CPU" quantum="20"/>