diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-28 10:58:12 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-28 10:58:12 +0100 |
commit | bc901b1e79acf8c49fb76c3aeabbf59a49fc8276 (patch) | |
tree | e8fc8f52ea6b6c1ef55f034212fed3520e7c3cc0 /src/findbar.cpp | |
parent | Definitely removed searclineedit and urllineedit classes. Will use my own.. ;) (diff) | |
download | rekonq-bc901b1e79acf8c49fb76c3aeabbf59a49fc8276.tar.xz |
Various adjustments. Nothing really important.Various adjustments. Nothing really important...
Diffstat (limited to 'src/findbar.cpp')
-rw-r--r-- | src/findbar.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/findbar.cpp b/src/findbar.cpp index 45de4246..a0e1948d 100644 --- a/src/findbar.cpp +++ b/src/findbar.cpp @@ -90,15 +90,15 @@ void FindBar::showFind() -void FindBar::frameChanged(int frame) -{ -/* if (!m_widget) - return; - m_widget->move(0, frame); - int height = qMax(0, m_widget->y() + m_widget->height()); - setMinimumHeight(height); - setMaximumHeight(height);*/ -} +// void FindBar::frameChanged(int frame) +// { +// /* if (!m_widget) +// return; +// m_widget->move(0, frame); +// int height = qMax(0, m_widget->y() + m_widget->height()); +// setMinimumHeight(height); +// setMaximumHeight(height);*/ +// } void FindBar::slotFindNext() |