Documentation update.

This commit is contained in:
Leon Styhre 2022-09-28 18:33:03 +02:00
parent 2c84e9c59b
commit 28209ecf08
2 changed files with 2 additions and 0 deletions

View file

@ -197,6 +197,7 @@
* ScrollableContainer faded in the background text color in addition to the text color when resetting
* Text elements that had an opacity set to lower than FF via the color tag were faded in during gamelist scrolling
* Theme sets were not always sorted correctly (as seen when mixing uppercase and lowercase letters in theme names)
* The SliderComponent knob was not consistently positioned
* The device text flickered in GuiDetectDevice when configuring a controller
* The selector bar was not aligned correctly during menu scale-up animations
* The bottom menu selector bar was not getting rendered when running at really low resolutions like 320x240

View file

@ -1465,6 +1465,7 @@ Properties:
- `titlescreen` - This will look for a title screen image.
- `miximage` - This will look for a miximage.
- `fanart` - This will look for a fan art image.
- `none` - No image will be used, instead the game name will be displayed as text
- Default is `marquee`
* `defaultItem` - type: PATH
- Path to the default image file which will be displayed if the image defined via the `staticItem` or `itemType` property is not found. Most common extensions are supported (including .svg, .jpg, .png, and unanimated .gif).