X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Fwidgets%2Finfo_area.py;h=36b375533f0c497f68f80151b7e9357b8f64b792;hp=5697b1996c7b4bf146385e4b3d40397e09d022fd;hb=3d79546358ef6a9a418fc2150daaf199365ae88f;hpb=0993e2118ba01536d61f59a96985280429da20f9 diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index 5697b19..36b3755 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -85,8 +85,9 @@ class InfoAreaWidget(Widget): hint = TextBoxWidget( (0, 0), hint_text, padding=4, - box_width=box_width, - border=2, border_colour=PALETTE.GREY) + colour=PALETTE.WHITE, border=2, + bg_colour=PALETTE.BLACK, border_colour=PALETTE.BLUE, + box_width=box_width) hint.prepare() y_offset = (INFO_SIZE[1] - hint.surface.get_rect().height - BIT_SIZE[1] - 2)