> The second issue is that only the left half of the favicon is shown on the
> tabbar. The right half is overlayed by the tab text.
> I have uploaded a screenshot with the kde favicon:
> http://www.imagebam.com/image/da760e50084324

The attached patch fixes this issue. It sets the icon for the tab itself, not 
for the tabButton.

Ronny
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 5baf99e..fa22036 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -501,7 +501,7 @@ void MainView::webViewIconChanged()
         QMovie *movie = label->movie();
         delete movie;
         label->setMovie(0);
-        label->setPixmap(icon.pixmap(16, 16));
+        m_tabBar->setTabIcon(index, icon);
 
         urlBar()->slotUpdateUrl();
     }
_______________________________________________
rekonq mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/rekonq

Reply via email to