[Marble-commits] KDE/kdeedu/marble/src/plugins/render/progress

Dennis Nienhüser earthwings at gentoo.org
Thu Oct 14 00:02:43 CEST 2010


SVN commit 1185617 by nienhueser:

New default position not clashing with the routing float item.

 M  +1 -1      ProgressFloatItem.h  


--- trunk/KDE/kdeedu/marble/src/plugins/render/progress/ProgressFloatItem.h #1185616:1185617
@@ -35,7 +35,7 @@
     MARBLE_PLUGIN( ProgressFloatItem )
 
  public:
-    explicit ProgressFloatItem ( const QPointF &point = QPointF( -240.0, -10.0 ),
+    explicit ProgressFloatItem ( const QPointF &point = QPointF( -10.5, -150.5 ),
                                 const QSizeF &size = QSizeF( 40.0, 40.0 ) );
     ~ProgressFloatItem ();
 


More information about the Marble-commits mailing list