QTfrontend/mapContainer.cpp
changeset 216 8d75c9ec9a78
parent 184 f97a7a3dc8f6
child 249 ff85fa029541
--- a/QTfrontend/mapContainer.cpp	Sat Oct 28 17:10:48 2006 +0000
+++ b/QTfrontend/mapContainer.cpp	Sun Oct 29 10:40:51 2006 +0000
@@ -49,8 +49,8 @@
   px.setMask(bm);
 
   QLinearGradient linearGrad(QPoint(128, 0), QPoint(128, 128));
-  linearGrad.setColorAt(0, QColor(0, 0, 192));
-  linearGrad.setColorAt(1, QColor(0, 0, 64));
+  linearGrad.setColorAt(1, QColor(0, 0, 192));
+  linearGrad.setColorAt(0, QColor(66, 115, 225));
   p.fillRect(QRect(0, 0, 256, 128), linearGrad);
   p.drawPixmap(QPoint(0, 0), px);