summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/ccdpreviewwg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/ccdpreviewwg.cpp')
-rw-r--r--kstars/kstars/ccdpreviewwg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/ccdpreviewwg.cpp b/kstars/kstars/ccdpreviewwg.cpp
index 84b5ffb7..10a4e22e 100644
--- a/kstars/kstars/ccdpreviewwg.cpp
+++ b/kstars/kstars/ccdpreviewwg.cpp
@@ -168,8 +168,8 @@ void CCDPreviewWG::setCtrl(int wd, int ht,int po, int bpp,unsigned long mgd)
for (i=0;i<streamFrame->totalBaseCount;i++) {
streamFrame->streamBuffer[i]=0;
}
- resize(wd + tqlayout()->margin() * 2 , ht + playB->height() + brightnessLabel->height()
- + contrastLabel->height() + gammaLabel->height() + focalEdit->height() + FWHMLabel->height() + tqlayout()->margin() * 2 + tqlayout()->spacing()*6);
+ resize(wd + layout()->margin() * 2 , ht + playB->height() + brightnessLabel->height()
+ + contrastLabel->height() + gammaLabel->height() + focalEdit->height() + FWHMLabel->height() + layout()->margin() * 2 + layout()->spacing()*6);
streamFrame->resize(wd, ht);
}