mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Documentation update
This commit is contained in:
parent
fc40308cd7
commit
256ed24621
|
@ -27,6 +27,7 @@
|
|||
* Added a "Dark and red" menu color scheme to improve perceived contrast on low-contrast displays
|
||||
* (Android) Added support for the Dragon Data Dragon 32 (dragon32) game system
|
||||
* (Android) Added support for the Tano Dragon (tanodragon) game system
|
||||
* (Android) Added a new default find rule entry for Flycast as its application ID has been changed
|
||||
* (Android) Changed the find rule for Ruffle to make game launching work again after a code change in the emulator
|
||||
* (Android) Added J2ME Loader standalone as the default emulator for the j2me system
|
||||
* (Android) Added JL-Mod standalone as an alternative emulator for the j2me system
|
||||
|
|
|
@ -2805,7 +2805,7 @@ Properties:
|
|||
- Whether the text should be placed inside a scrollable container.
|
||||
- Default is `true` if `metadata` is set to `description`, otherwise `false`
|
||||
* `containerType` - type: STRING
|
||||
- If `container` has been set, then it's possible to select between a vertically or horizontally scrolling type using this property. If selecting the horizontal container then all line breaks in the text will be automatically converted to spaces. If selecting the vertical container then any value defined for `rotation` will be ignored as this container type can't be rotated. If using this property then make sure to set an explicit size for the element, as leaving it as `0 0` will lead to unpredictable results.
|
||||
- If `container` has been set, then it's possible to select between a vertically or horizontally scrolling type using this property. If selecting the horizontal container then all line breaks in the text will be automatically converted to spaces. If selecting the vertical container then any value defined for `rotation` will be ignored as this container type can't be rotated. If using this property make sure to set an explicit size for the element, as leaving it as `0 0` will lead to unpredictable results.
|
||||
- Valid values are `vertical` or `horizontal`
|
||||
- Default is `vertical`
|
||||
- This property can only be used when `container` has been explicitly set to `true`
|
||||
|
|
|
@ -2803,7 +2803,7 @@ Properties:
|
|||
- Whether the text should be placed inside a scrollable container.
|
||||
- Default is `true` if `metadata` is set to `description`, otherwise `false`
|
||||
* `containerType` - type: STRING
|
||||
- If `container` has been set, then it's possible to select between a vertically or horizontally scrolling type using this property. If selecting the horizontal container then all line breaks in the text will be automatically converted to spaces. If selecting the vertical container then any value defined for `rotation` will be ignored as this container type can't be rotated.
|
||||
- If `container` has been set, then it's possible to select between a vertically or horizontally scrolling type using this property. If selecting the horizontal container then all line breaks in the text will be automatically converted to spaces. If selecting the vertical container then any value defined for `rotation` will be ignored as this container type can't be rotated. If using this property make sure to set an explicit size for the element, as leaving it as `0 0` will lead to unpredictable results.
|
||||
- Valid values are `vertical` or `horizontal`
|
||||
- Default is `vertical`
|
||||
- This property can only be used when `container` has been explicitly set to `true`
|
||||
|
|
Loading…
Reference in a new issue