remove created at label for now
This commit is contained in:
@@ -132,8 +132,7 @@ func NewPlaylistPageHeader(page *PlaylistPage) *PlaylistPageHeader {
|
|||||||
a.container = container.NewVBox(a.titleLabel, container.New(&layouts.VboxCustomPadding{ExtraPad: -10},
|
a.container = container.NewVBox(a.titleLabel, container.New(&layouts.VboxCustomPadding{ExtraPad: -10},
|
||||||
a.descriptionLabel,
|
a.descriptionLabel,
|
||||||
a.ownerLabel,
|
a.ownerLabel,
|
||||||
a.trackTimeLabel,
|
a.trackTimeLabel),
|
||||||
a.createdAtLabel),
|
|
||||||
container.NewHBox(a.playButton),
|
container.NewHBox(a.playButton),
|
||||||
)
|
)
|
||||||
return a
|
return a
|
||||||
|
|||||||
Reference in New Issue
Block a user