diff options
| author | Peter Penz <[email protected]> | 2008-11-19 18:08:01 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-11-19 18:08:01 +0000 |
| commit | 679de1856e35c8075567a82090b3f29fa2432132 (patch) | |
| tree | dc57646e07a49d71ec2355293fa0da52e348e895 /src | |
| parent | fd45d587b9c092d9194db26d299e672dfaf5de71 (diff) | |
removed unnecessary line
svn path=/trunk/KDE/kdebase/apps/; revision=886627
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinstatusbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinstatusbar.cpp b/src/dolphinstatusbar.cpp index 00c2500b1..22b8a9ed7 100644 --- a/src/dolphinstatusbar.cpp +++ b/src/dolphinstatusbar.cpp @@ -108,7 +108,6 @@ DolphinStatusBar::DolphinStatusBar(QWidget* parent, DolphinView* view) : const int zoomWidgetHeight = m_zoomWidget->minimumSizeHint().height(); const int contentHeight = (fontHeight < zoomWidgetHeight) ? zoomWidgetHeight : fontHeight; - m_messageLabel->setMinimumTextHeight(fontHeight); m_messageLabel->setMinimumTextHeight(contentHeight); m_spaceInfo->setFixedHeight(contentHeight); m_progressBar->setFixedSize(200, contentHeight); |
