From 177b1be2bf684bd82ee9efb88073095877736647 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 30 Dec 2012 06:32:48 +0000 Subject: main background color for status output ...instead of the text background that it would use of its own accord. I'm not 100% certain about the decision, but the fact that you can't type into it makes it seem qualitatively different. --- src/ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui.cc b/src/ui.cc index e5f1f307..23b726bc 100644 --- a/src/ui.cc +++ b/src/ui.cc @@ -622,7 +622,7 @@ void UI::make_status_bar(int ww, int wh) StatusOutput->labelsize(8); StatusOutput->box(FL_THIN_DOWN_BOX); StatusOutput->clear_visible_focus(); - StatusOutput->color(FL_GRAY_RAMP + 18); + StatusOutput->color(FL_BACKGROUND_COLOR); // Bug Meter BugMeter = new CustButton(ww-bm_w,wh-sh,bm_w,sh); -- cgit v1.2.3