[Kst] branches/work/kst/portto4/kst/src/widgets

Mike Fenton mike at staikos.net
Tue Oct 9 21:44:24 CEST 2007


SVN commit 723476 by fenton:

Updating combobox sizes.


 M  +2 -2      curveappearance.cpp  


--- branches/work/kst/portto4/kst/src/widgets/curveappearance.cpp #723475:723476
@@ -65,7 +65,7 @@
   rect.setTop( rect.top() + 2 );
   rect.setBottom( rect.bottom() - 2 );
 
-_comboPointSymbol->setIconSize(QSize(rect.height(), rect.width()));
+_comboPointSymbol->setIconSize(QSize(rect.width(), rect.height()));
 
   // fill the point type dialog with point types
   QPixmap ppix( rect.width(), rect.height() );
@@ -181,7 +181,7 @@
   rect.setTop(rect.top() + 2);
   rect.setBottom(rect.bottom() - 2);
 
-_comboLineStyle->setIconSize(QSize(rect.height(), rect.width()));
+_comboLineStyle->setIconSize(QSize(rect.width(), rect.height()));
 
   // fill the point type dialog with point types
   QPixmap ppix(rect.width(), rect.height());


More information about the Kst mailing list