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
+2 -1
View File
@@ -20,6 +20,7 @@
#pragma once
#include <Wt/WContainerWidget.h>
#include <Wt/WPushButton.h>
#include <Wt/WTemplate.h>
#include "database/Types.hpp"
@@ -38,7 +39,7 @@ class PlayHistory : public Wt::WTemplate
void addSome();
Wt::WContainerWidget* _entriesContainer;
Wt::WTemplate* _showMore;
Wt::WPushButton* _showMore;
};
} // namespace UserInterface