From 919cb37d3192eeaeceeb3971650ec46fdd6bbaaa Mon Sep 17 00:00:00 2001 From: megabigbug Date: Sat, 17 Oct 2009 23:20:14 +0200 Subject: another homepage style --- src/homepage.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/homepage.cpp b/src/homepage.cpp index 4735315a..79345556 100644 --- a/src/homepage.cpp +++ b/src/homepage.cpp @@ -165,7 +165,7 @@ QString HomePage::homePageMenu(KUrl currentUrl) if(currentUrl == "rekonq:favorites" || currentUrl == "rekonq:home") menu += " current"; menu += "\">"; - menu += "iconPath("emblem-favorite", KIconLoader::Desktop) + "\" />"; + menu += "iconPath("emblem-favorite", KIconLoader::Desktop || KIconLoader::SizeSmall) + "\" />"; menu += i18n("Favorites"); menu += ""; @@ -173,7 +173,7 @@ QString HomePage::homePageMenu(KUrl currentUrl) if(currentUrl == "rekonq:allTabs") menu += " current"; menu += "\">"; - menu += "iconPath("tab-duplicate", KIconLoader::Desktop) + "\" />"; + menu += "iconPath("tab-duplicate", KIconLoader::Desktop || KIconLoader::SizeSmall) + "\" />"; menu += i18n("All Tabs"); menu += ""; @@ -181,7 +181,7 @@ QString HomePage::homePageMenu(KUrl currentUrl) if(currentUrl == "rekonq:bookmarks") menu += " current"; menu += "\">"; - menu += "iconPath("bookmarks", KIconLoader::Desktop) + "\" />"; + menu += "iconPath("bookmarks", KIconLoader::Desktop || KIconLoader::SizeSmall) + "\" />"; menu += i18n("Bookmarks"); menu += ""; @@ -189,7 +189,7 @@ QString HomePage::homePageMenu(KUrl currentUrl) if(currentUrl == "rekonq:history") menu += " current"; menu += "\">"; - menu += "iconPath("view-history", KIconLoader::Desktop) + "\" />"; + menu += "iconPath("view-history", KIconLoader::Desktop || KIconLoader::SizeSmall) + "\" />"; menu += i18n("History"); menu += ""; -- cgit v1.2.1