From 2005178f060ca366f78624508400aec8a6b0d291 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 12 Oct 2004 12:46:01 +0000 Subject: Minor GUI polishing -Use 'better' icons and always QIconSet::Large -Make the 'Search For' Label to have the same color as the rest of the toolbar --- (limited to 'core/pim/osearch/todosearch.cpp') diff --git a/core/pim/osearch/todosearch.cpp b/core/pim/osearch/todosearch.cpp index 48fa909..1ed7370 100644 --- a/core/pim/osearch/todosearch.cpp +++ b/core/pim/osearch/todosearch.cpp @@ -25,7 +25,7 @@ TodoSearch::TodoSearch(QListView* parent, QString name) { // AppLnkSet als(QPEApplication::qpeDir()); // setPixmap( 0, als.findExec("todolist")->pixmap() ); - QIconSet is = Resource::loadIconSet( "todo/TodoListSmall" ); + QIconSet is = Resource::loadIconSet( "todo/TodoList" ); setPixmap( 0, is.pixmap( QIconSet::Large, true ) ); actionShowCompleted = new QAction( QObject::tr("Show completed tasks"),QString::null, 0, 0, 0, true ); Config cfg( "osearch", Config::User ); -- cgit v0.9.0.2