summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index edc98160..18455e3d 100755
--- a/control-center
+++ b/control-center
@@ -398,7 +398,7 @@ my ($index, $left_locked) = (0, 0);
my $index_sav = -1;
my (@curr_state, @old_state);
-my ($d_width, $d_height) = (160, 44);
+my ($d_width, $d_height) = (160, 45);
my @colors = (gtkcolor(0, 0, 0), gtkcolor(0xAA, 0xAA, 0xFF), gtkcolor(0, 0, 0));
my $spacing = 25;
my $scale = 4;