summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/fastmeter.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-02 00:10:42 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:04 +0200
commit5b6fd190cba61d26dd4b9c6643750adba72be6c6 (patch)
treef63ac79edd7b3cb1450461de482509f56b47563e /libs/gtkmm2ext/fastmeter.cc
parentfdbb0ef7800e24bb491bf2ba7ea82fd2b2634b7a (diff)
remove border around meter gradients, again.
Diffstat (limited to 'libs/gtkmm2ext/fastmeter.cc')
-rw-r--r--libs/gtkmm2ext/fastmeter.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gtkmm2ext/fastmeter.cc b/libs/gtkmm2ext/fastmeter.cc
index a8aba685e9..00d14276b5 100644
--- a/libs/gtkmm2ext/fastmeter.cc
+++ b/libs/gtkmm2ext/fastmeter.cc
@@ -338,9 +338,9 @@ FastMeter::vertical_expose (GdkEventExpose* ev)
pixrect.height = top_of_meter;
pixrect.y = pixheight - top_of_meter;
- background.x = 1;
+ background.x = 0;
background.y = 0;
- background.width = pixrect.width;
+ background.width = pixrect.width + 2;
background.height = pixheight - top_of_meter;
if (gdk_rectangle_intersect (&background, &ev->area, &intersection)) {