Skip to content

Commit

Permalink
move down the all playlists display a bit and actually make the right…
Browse files Browse the repository at this point in the history
… click reset work
  • Loading branch information
MinaciousGrace committed May 13, 2017
1 parent bc48a3a commit 1909f38
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ end
local function PlaylistSelectLabel(i)
local t = Def.ActorFrame{
InitCommand=function(self)
self:xy(rankingX + offsetX, rankingY + offsetY + 10 + (i-1)*PlaylistYspacing)
self:xy(rankingX + offsetX, rankingY + offsetY + 20 + (i-1)*PlaylistYspacing)
self:RunCommandsOnChildren(cmd(halign,0;zoom,fontScale))
self:visible(true)
end,
Expand Down Expand Up @@ -347,7 +347,8 @@ local playlists = Def.ActorFrame{
end,
MouseRightClickMessageCommand=function(self)
if update then
MESSAGEMAN:Broadcast("DislayAll")
setTabIndex(7)
MESSAGEMAN:Broadcast("TabChanged")
end
end
}
Expand Down

0 comments on commit 1909f38

Please sign in to comment.