summaryrefslogtreecommitdiff
path: root/src/preview/PreviewView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-03 12:25:48 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-03 12:25:48 (GMT)
commitb05f1141742c7e5ed397df334b0c86fecb16c58b (patch)
tree0907861a7916768f028631464c4a04ef2bfad341 /src/preview/PreviewView.h
parent51d2c783cc24043522755deb27374823dd85bb67 (diff)
downloadpowder-b05f1141742c7e5ed397df334b0c86fecb16c58b.zip
powder-b05f1141742c7e5ed397df334b0c86fecb16c58b.tar.gz
Views in save Preview and use old vote bars. Fixes #171
Diffstat (limited to 'src/preview/PreviewView.h')
-rw-r--r--src/preview/PreviewView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h
index 7fb9ff5..2dc667b 100644
--- a/src/preview/PreviewView.h
+++ b/src/preview/PreviewView.h
@@ -41,6 +41,7 @@ class PreviewView: public ui::Window {
ui::Label * authorDateLabel;
ui::Label * pageInfo;
ui::Label * saveDescriptionLabel;
+ ui::Label * viewsLabel;
ui::Textbox * saveIDTextbox;
ui::ScrollPanel * commentsPanel;
std::vector<SaveComment> comments;