Aloshi / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2.08k stars 905 forks source link

List selector size #286

Closed expandables2 closed 10 years ago

expandables2 commented 10 years ago

Hi how do i change the list selector width size?

nilsbyte commented 10 years ago

Read the theming instructions here: https://github.com/Aloshi/EmulationStation/blob/master/THEMES.md

the <textlist> component can be adjusted in size <size>, position <pos> and other properties.

Usage: <size>0.9 0.5</size> // 0.9 means 90% vertical size, 0.5 means 50% horizontal size.

expandables2 commented 10 years ago

I am using emulationstation 1.0 does it support textlist? because i tried it and nothing happened

nilsbyte commented 10 years ago

It doesn't support that in 1.0. You need to upgrade EmulationStation to 2.0

expandables2 commented 10 years ago

I have my theme in 1.0 is there any other way to resize the selector without upgrading to 2.0?

On Wed, Nov 19, 2014 at 10:21 AM, Nils notifications@github.com wrote:

It doesn't support that in 1.0. You need to upgrade EmulationStation to 2.0

— Reply to this email directly or view it on GitHub https://github.com/Aloshi/EmulationStation/issues/286#issuecomment-63655689 .

nilsbyte commented 10 years ago

Nope. Sorry.

expandables2 commented 10 years ago

So your saying i cant some of the c++ code in 2.0 for 1.0 to get that function to work?

On Wed, Nov 19, 2014 at 10:23 AM, Nils notifications@github.com wrote:

Nope. Sorry.

— Reply to this email directly or view it on GitHub https://github.com/Aloshi/EmulationStation/issues/286#issuecomment-63656126 .

nilsbyte commented 10 years ago

Of course, if you know what to do in the source, you can try. The better way would be to update your theme to 2.0 because ES has a lot of new features you could benefit from.