]> git.sesse.net Git - kdenlive/commitdiff
Small GUI fix for clip properties dialog
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Fri, 29 May 2009 09:44:03 +0000 (09:44 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Fri, 29 May 2009 09:44:03 +0000 (09:44 +0000)
svn path=/trunk/kdenlive/; revision=3442

src/clipproperties.cpp
src/slideshowclip.cpp

index a24140a9b092db9aae18559178802f744eb031b2..5b767fb0bb30368af8d6a0b254131747ed6c66f2 100644 (file)
@@ -246,7 +246,7 @@ ClipProperties::ClipProperties(DocClipBase *clip, Timecode tc, double fps, QWidg
     connect(m_view.marker_delete, SIGNAL(clicked()), this, SLOT(slotDeleteMarker()));
     connect(m_view.markers_list, SIGNAL(doubleClicked(const QModelIndex &)), this, SLOT(slotEditMarker()));
 
-    adjustSize();
+    //adjustSize();
 }
 
 void ClipProperties::slotEnableLuma(int state)
index d5a16fd2e49fb214bfcb32221b950a8e3878ec57..742aaefe72335769248aa12c250b3cdf6081a357 100644 (file)
@@ -83,7 +83,7 @@ SlideshowClip::SlideshowClip(Timecode tc, QWidget * parent) :
         m_view.luma_file->addItem(KIcon(folder + '/' + fname), fname, folder + '/' + fname);
     }
 
-    adjustSize();
+    //adjustSize();
 }
 
 void SlideshowClip::slotEnableLuma(int state)