summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-16 02:00:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-16 02:00:24 +0100
commit16432de65c59318d4b4c8cadb6d4a366d851d973 (patch)
tree061948a1ca762a12cf028449d5860961cd832610 /src/urlbar.cpp
parentUpdated TODO (diff)
downloadrekonq-16432de65c59318d4b4c8cadb6d4a366d851d973.tar.xz
Some other steps on the road to the KDE browser..
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r--src/urlbar.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp
index e2dc458d..bd84b6d5 100644
--- a/src/urlbar.cpp
+++ b/src/urlbar.cpp
@@ -132,20 +132,3 @@ QLinearGradient UrlBar::generateGradient(const QColor &color) const
// }
// }
-
-// FIXME : seems working. Need to re-enable it when searchbar resizing will work , too..
-// void UrlBar::resizeEvent( QResizeEvent * event )
-// {
-// QRect rect = geometry();
-//
-// int windowWidth = BrowserApplication::instance()->mainWindow()->size().width() ; // FIXME ( OR not?)
-// int newWidth = windowWidth * 4 / 6;
-//
-// setGeometry( rect.x() + 1,
-// rect.y() + 1,
-// newWidth,
-// height()
-// );
-//
-// KHistoryComboBox::resizeEvent( event );
-// }