Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theming: Issue with {game:desc} binding and size / position attributes #1849

Open
pajarorrojo opened this issue Jan 11, 2025 · 0 comments
Open

Comments

@pajarorrojo
Copy link
Contributor

pajarorrojo commented Jan 11, 2025

Concerned project

Standalone emulationstation

Distribution Version

41 Stable

Architecture

x86_64

Issue description

Hello,

When I use {game:desc}, the attributes for height <h> and vertical position <y> of the text block don't work correctly. It always displays the entire text block at the top and doesn't scroll. The same issue occurs if I use the <size> and <pos> attributes.

Example code and result are shown in the attached screenshot.

Thank you!

      <text name="game_description" extra="true">
         <text>{game:desc}</text>
         <color>ffffff</color>
         <x>0.3</x>
         <y>0.5</y>
         <w>0.3</w>
         <h>0.3</h>
         <fontSize>0.029</fontSize>
         <zIndex>90</zIndex>
      </text>

screenshot-2025 01 11-23h18 33

Logs and data

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant