summaryrefslogtreecommitdiffstats
path: root/configurationdialog.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-04-30 11:43:27 +0200
committerArno <am@disconnect.de>2011-04-30 11:43:27 +0200
commitb02f4fef1d063f03b6e8b2b961a9049ad53d6c68 (patch)
tree72d2adb9ebacfa05084ae484ed9d50a3935f3c2c /configurationdialog.h
parentf0ac8500b63511a8307f332c4b86670545fc4ca6 (diff)
downloadSheMov-b02f4fef1d063f03b6e8b2b961a9049ad53d6c68.tar.gz
SheMov-b02f4fef1d063f03b6e8b2b961a9049ad53d6c68.tar.bz2
SheMov-b02f4fef1d063f03b6e8b2b961a9049ad53d6c68.zip
PictureViewer fixes
Add an option making resizing the picture viewer to the size of the picture configurable. It's desirable when using a tiling window manager.
Diffstat (limited to 'configurationdialog.h')
-rw-r--r--configurationdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/configurationdialog.h b/configurationdialog.h
index f7e2b4b..a13fb65 100644
--- a/configurationdialog.h
+++ b/configurationdialog.h
@@ -66,6 +66,7 @@ class ConfigurationDialog : public QDialog {
QCheckBox *mHoverMovies;
QCheckBox *mAutoAddCovers;
QCheckBox *mIconizeCovers;
+ QCheckBox *mResizePicViewer;
QSpinBox *mHoverOpacity;
QSpinBox *mCursorOffset;
QLabel *mSeenColor;