projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0993e21
)
Turquoise.
author
Simon Cross
<hodgestar@gmail.com>
Sat, 17 May 2014 20:58:38 +0000
(22:58 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Sat, 17 May 2014 20:58:47 +0000
(22:58 +0200)
naja/widgets/info_area.py
patch
|
blob
|
history
diff --git
a/naja/widgets/info_area.py
b/naja/widgets/info_area.py
index 5697b1996c7b4bf146385e4b3d40397e09d022fd..36b375533f0c497f68f80151b7e9357b8f64b792 100644
(file)
--- 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)