From bc901b1e79acf8c49fb76c3aeabbf59a49fc8276 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 28 Nov 2008 10:58:12 +0100 Subject: Various adjustments. Nothing really important.Various adjustments. Nothing really important... --- src/findbar.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/findbar.cpp') 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() -- cgit v1.2.1