From f382dc90612fdf22bc86805dbae5131a27d528ee Mon Sep 17 00:00:00 2001 From: Jussi Laitinen Date: Wed, 1 Sep 2010 15:59:09 +0300 Subject: [PATCH] Added bigger compass icon to location search tab. --- images.qrc | 1 + src/ui/mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/images.qrc b/images.qrc index 7c7f5f9..400684d 100644 --- a/images.qrc +++ b/images.qrc @@ -59,5 +59,6 @@ res/images/walk_icon_gray.png res/images/zoom_in.png res/images/zoom_out.png + res/images/location_search.png diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 6b6930b..e99cf6b 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -352,7 +352,7 @@ void MainWindow::buildPanels() m_situareTabsIndexes.append( m_tabbedPanel->addTab(m_friendsListPanel, QIcon(":/res/images/friend_list.png"))); - m_tabbedPanel->addTab(m_locationSearchPanel, QIcon(":/res/images/compass.png")); + m_tabbedPanel->addTab(m_locationSearchPanel, QIcon(":/res/images/location_search.png")); m_tabbedPanel->addTab(m_routingPanel, QIcon(":/res/images/routing.png")); connect(m_mapView, SIGNAL(viewResized(QSize)), -- 1.7.9.5