summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
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 );
-// }