]> git.sesse.net Git - kdenlive/commitdiff
Hide marker category for guides, not supported currently
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 26 Dec 2012 14:53:13 +0000 (15:53 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 26 Dec 2012 14:53:13 +0000 (15:53 +0100)
src/markerdialog.cpp
src/widgets/markerdialog_ui.ui

index 3402fb2b5fe3140a2a536295431297bf75036345..e1e8283da04985235fb42ed4e906561ba1bf5752 100644 (file)
@@ -96,6 +96,8 @@ MarkerDialog::MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, cons
         connect(m_in, SIGNAL(timeCodeEditingFinished()), this, SIGNAL(updateThumb()));
     } else {
         clip_thumb->setHidden(true);
+       label_category->setHidden(true);
+       marker_type->setHidden(true);
     }
 
     marker_comment->setText(t.comment());
index 4bdcbe138cd56961e47f4f963c35b8b6edf968d7..2abb5719e7f63d5544516736f7514802ab4b56e9 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>376</width>
-    <height>124</height>
+    <width>386</width>
+    <height>126</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -71,7 +71,7 @@
     </spacer>
    </item>
    <item row="4" column="1">
-    <widget class="QLabel" name="label">
+    <widget class="QLabel" name="label_category">
      <property name="text">
       <string>Category</string>
      </property>