From fdf9f10e8211f78af51273b2174dd265388dd07b Mon Sep 17 00:00:00 2001 From: tosh Date: Sun, 30 Jun 2013 17:32:44 +0200 Subject: [PATCH] increases height of bandwidth meters by 8 pixels --- interface/src/BandwidthMeter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/BandwidthMeter.cpp b/interface/src/BandwidthMeter.cpp index c2a5b581c2..69a80c19e8 100644 --- a/interface/src/BandwidthMeter.cpp +++ b/interface/src/BandwidthMeter.cpp @@ -15,7 +15,7 @@ namespace { // .cpp-local int const AREA_WIDTH = -400; // Width of the area used. Aligned to the right when negative. - int const AREA_HEIGHT = 32; // Height of the area used. Aligned to the bottom when negative. + int const AREA_HEIGHT = 40; // Height of the area used. Aligned to the bottom when negative. int const BORDER_DISTANCE_HORIZ = -20; // Distance to edge of screen (use negative value when width is negative). int const BORDER_DISTANCE_VERT = 20; // Distance to edge of screen (use negative value when height is negative).