summaryrefslogtreecommitdiff
path: root/src/preview/PreviewView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-17 21:21:20 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-17 21:21:20 (GMT)
commitd91d4223b8ada310dd9df5f9950c66f534b2f008 (patch)
tree44d9a4d1d724553085535a516231cc6ea9987c02 /src/preview/PreviewView.h
parent2479b8664d5c4cdd47208bdbca970828ba1a2520 (diff)
downloadpowder-d91d4223b8ada310dd9df5f9950c66f534b2f008.zip
powder-d91d4223b8ada310dd9df5f9950c66f534b2f008.tar.gz
Improve spacing of multiline labels, multiline cursor for Textbox, autoresizing textbox for PreviewView comments
Diffstat (limited to 'src/preview/PreviewView.h')
-rw-r--r--src/preview/PreviewView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h
index f6be29f..f817a1a 100644
--- a/src/preview/PreviewView.h
+++ b/src/preview/PreviewView.h
@@ -22,6 +22,7 @@ class PreviewModel;
class PreviewController;
class PreviewView: public ui::Window {
class LoginAction;
+ class AutoCommentSizeAction;
PreviewController * c;
Thumbnail * savePreview;
ui::Button * openButton;
@@ -50,6 +51,7 @@ class PreviewView: public ui::Window {
int commentBoxHeight;
void displayComments(int yOffset);
+ void commentBoxAutoHeight();
public:
void AttachController(PreviewController * controller) { c = controller;}
PreviewView();