diff options
| author | Simon 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) |
| commit | b05f1141742c7e5ed397df334b0c86fecb16c58b (patch) | |
| tree | 0907861a7916768f028631464c4a04ef2bfad341 /src/preview/PreviewView.h | |
| parent | 51d2c783cc24043522755deb27374823dd85bb67 (diff) | |
| download | powder-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.h | 1 |
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; |
