[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikamimageplugins
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2007-03-16 7:02:52
Message-ID: 1174028572.281693.14654.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 643029 by cgilles:

fix spacing

 M  +5 -4      channelmixer/channelmixer.cpp  
 M  +2 -1      colorfx/imageeffect_colorfx.cpp  
 M  +2 -1      whitebalance/imageeffect_whitebalance.cpp  


--- trunk/extragear/graphics/digikamimageplugins/channelmixer/channelmixer.cpp \
#643028:643029 @@ -159,10 +159,11 @@
 
     QVBox *histoBox   = new QVBox(gboxSettings);
     m_histogramWidget = new Digikam::HistogramWidget(256, 140, histoBox, false, \
                true, true);
-    QWhatsThis::add( m_histogramWidget, i18n("<p>Here you can see the target preview \
                image histogram drawing of the "
-                                             "selected image channel. This one is \
                re-computed at any mixer "
-                                             "settings changes."));
-    
+    QWhatsThis::add( m_histogramWidget, i18n("<p>Here you can see the target preview \
image histogram drawing " +                                             "of the \
selected image channel. This one is re-computed at any " +                            \
"mixer settings changes.")); +    QLabel *space = new QLabel(histoBox);
+    space->setFixedHeight(1);    
     m_hGradient = new Digikam::ColorGradientWidget( \
Digikam::ColorGradientWidget::Horizontal, 10, histoBox );  m_hGradient->setColors( \
QColor( "black" ), QColor( "red" ) );  
--- trunk/extragear/graphics/digikamimageplugins/colorfx/imageeffect_colorfx.cpp \
#643028:643029 @@ -146,7 +146,8 @@
     QWhatsThis::add( m_histogramWidget, i18n("<p>Here you can see the target preview \
                image histogram drawing "
                                              "of the selected image channel. This \
one is re-computed at any "  "settings changes."));
-    
+    QLabel *space = new QLabel(histoBox);
+    space->setFixedHeight(1);    
     m_hGradient = new Digikam::ColorGradientWidget( \
Digikam::ColorGradientWidget::Horizontal, 10, histoBox );  m_hGradient->setColors( \
QColor( "black" ), QColor( "white" ) );  
--- trunk/extragear/graphics/digikamimageplugins/whitebalance/imageeffect_whitebalance.cpp \
#643028:643029 @@ -160,7 +160,8 @@
     QWhatsThis::add( m_histogramWidget, i18n("<p>Here you can see the target preview \
                image histogram "
                                              "drawing of the selected image channel. \
                This one is "
                                              "re-computed at any filter settings \
                changes."));
-    
+    QLabel *space = new QLabel(histoBox);
+    space->setFixedHeight(1);    
     m_hGradient = new Digikam::ColorGradientWidget( \
Digikam::ColorGradientWidget::Horizontal, 10, histoBox );  m_hGradient->setColors( \
QColor( "black" ), QColor( "white" ) );  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic