Skip to content

Commit

Permalink
fixed track name bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam committed Jul 10, 2018
1 parent d9a3853 commit e053960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaUI/Widgets_Evo/gui_musicPlayer.lua
Expand Up @@ -287,7 +287,7 @@ local function createList()

local trackname = string.gsub(curTrack, ".ogg", "")
local text = ''
charactersInPath = 23
charactersInPath = 28
if tracks and tracks == peaceTracks then
charactersInPath = charactersInPath + 8
elseif tracks and tracks == warTracks then
Expand Down

0 comments on commit e053960

Please sign in to comment.