Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

Folder names in 'Song Selection' screen labels need to be positioned over to the right. #231

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the song directories, as well as songs in the main folder 
directory (IE- tutorials, both are shifted over more to the left then 
normal songs.
So when theme designers shift over the song name positions over to the 
proper area, the 'song folders/single songs' positions are over to the 
left of the red line instead of the same positions as the songs are. The 
Tier name position is accurate and fine the way THAT is.

Chris, If you tell me which file and area that's in, if it's nothing 
major, i can mess with the alignment and try to fix this one.

Original issue reported on code.google.com by worldr...@hotmail.com on 10 Nov 2008 at 8:43

GoogleCodeExporter commented 9 years ago
When career tier names are present in songlist view, song names are indented by 
a
couple spaces.

For example, see line 1835 in Dialogs.py.  (and line 835 of Dialogs.py)

Feel free to play with this code to achieve what you want, and then show me 
what code
you'd like to apply only to your GH3 theme and I will take care of it.

Original comment by chris.paiano@gmail.com on 12 Nov 2008 at 12:17

GoogleCodeExporter commented 9 years ago
Ok, i just played around with the code . It seems the only thing i would 
actually 
need is the line that contains the position of [Directory Name's], everything 
else 
would be ok since i only need to shift 'song_list_x' over a little more to the 
left, 
which will move all the lines on the left side of screen together, BUT then the 
[directory names] are to the left over the red line, Since it seems that the 
[directory name] is lined up with the # of the setlist titles, when it needs to 
be 
lined up with the setlist names themselves and NOT with the number before the 
setlist. (IE- Just need to add like 3 spaces before the directory name.) an 
everything else (coding wise) will be fine the way it currently is.

Original comment by worldr...@hotmail.com on 13 Nov 2008 at 12:58

GoogleCodeExporter commented 9 years ago

Original comment by chris.paiano@gmail.com on 18 Nov 2008 at 5:16