From b02f4fef1d063f03b6e8b2b961a9049ad53d6c68 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 30 Apr 2011 11:43:27 +0200 Subject: 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. --- shemov.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index ec846c5..9cb0a86 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -100,6 +100,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla connect(mFSWidget->dirModel(), SIGNAL(rowsRemoved(QModelIndex,int,int)), this, SLOT(setFsFree())); connect(this, SIGNAL(configChanged()), mFSWidget->fileView(), SLOT(readConfig())); connect(this, SIGNAL(configChanged()), mATree->seriesWidget(), SLOT(readSettings())); + connect(this, SIGNAL(configChanged()), SmGlobals::instance()->pictureViewer(), SLOT(readSettings())); connect(mFSWidget, SIGNAL(mounted(bool)), this, SLOT(checkMount(bool))); QWidget *centralWidget = new QWidget; -- cgit v1.2.3-70-g09d2