diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-16 02:00:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-16 02:00:24 +0100 |
commit | 16432de65c59318d4b4c8cadb6d4a366d851d973 (patch) | |
tree | 061948a1ca762a12cf028449d5860961cd832610 /src/urlbar.cpp | |
parent | Updated TODO (diff) | |
download | rekonq-16432de65c59318d4b4c8cadb6d4a366d851d973.tar.xz |
Some other steps on the road to the KDE browser..
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r-- | src/urlbar.cpp | 17 |
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 ); -// } |