diff src/uncommitteditem.cpp @ 386:7ef46fb73b48 item_appearance_adjustments

Use rounded rectangles throughout
author Chris Cannam
date Tue, 24 May 2011 14:05:35 +0100
parents b9c153e00e84
children b1f0fa991c49
line wrap: on
line diff
--- a/src/uncommitteditem.cpp	Tue May 24 13:29:27 2011 +0100
+++ b/src/uncommitteditem.cpp	Tue May 24 14:05:35 2011 +0100
@@ -137,7 +137,7 @@
     int height = 49;
     QRectF r(x0, 0, width - 3, height);
     paint->setBrush(Qt::white);
-    paint->drawRect(r);
+    paint->drawRoundedRect(r, 7, 7);
 
     if (m_wide) {
         QString label = tr("Uncommitted changes");