]> git.sesse.net Git - kdenlive/blobdiff - src/headertrack.cpp
more icons
[kdenlive] / src / headertrack.cpp
index 54697818f88cbd8a0556da225e476be35528c18f..ffee227d976e5be281d89d7927d97db9f6d515e3 100644 (file)
@@ -19,9 +19,11 @@ HeaderTrack::HeaderTrack(int index, TrackInfo info, QWidget *parent)
     if (m_type == VIDEOTRACK) {
         view.frame->setBackgroundRole(QPalette::AlternateBase);
         view.frame->setAutoFillBackground(true);
+               view.buttonVideo->setIcon(KIcon("kdenlive-show-video"));
     } else {
         view.buttonVideo->setHidden(true);
     }
+       view.buttonAudio->setIcon(KIcon("kdenlive-show-audio"));
     view.buttonVideo->setChecked(!info.isBlind);
     view.buttonAudio->setChecked(!info.isMute);
     connect(view.buttonVideo, SIGNAL(clicked()), this, SLOT(switchVideo()));