From e05396014c56151e9755650e9bef1f2b1924ec7b Mon Sep 17 00:00:00 2001 From: Damgam Date: Wed, 11 Jul 2018 01:49:46 +0200 Subject: [PATCH] fixed track name bar --- LuaUI/Widgets_Evo/gui_musicPlayer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaUI/Widgets_Evo/gui_musicPlayer.lua b/LuaUI/Widgets_Evo/gui_musicPlayer.lua index 189079b2d..e382cb044 100644 --- a/LuaUI/Widgets_Evo/gui_musicPlayer.lua +++ b/LuaUI/Widgets_Evo/gui_musicPlayer.lua @@ -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