Added a style to the show more option

This commit is contained in:
emeric
2018-08-31 16:58:39 +02:00
parent 46f550f7b9
commit 41f37a5a52
17 changed files with 49 additions and 29 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ PlayQueue::PlayQueue()
_entriesContainer = bindNew<Wt::WContainerWidget>("entries");
_showMore = bindNew<Wt::WTemplate>("show-more", Wt::WString::tr("Lms.Explore.show-more"));
_showMore->addFunction("tr", &Wt::WTemplate::Functions::tr);
_showMore = bindNew<Wt::WPushButton>("show-more", Wt::WString::tr("Lms.Explore.show-more"));
_showMore->setHidden(true);
Wt::WText* shuffleBtn = bindNew<Wt::WText>("shuffle-btn", Wt::WString::tr("Lms.PlayQueue.shuffle"), Wt::TextFormat::XHTML);