From: Simon Cross Date: Sat, 17 May 2014 21:38:44 +0000 (+0200) Subject: It's just a pixel to the right ... X-Git-Tag: 0.1~15^2~4 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=12ac4df162c9cdb8f75823c2ec89f43abd7d4aaa It's just a pixel to the right ... --- diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index 453e379..82fcfb9 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -113,7 +113,7 @@ class InfoAreaWidget(Widget): def prepare_action(self, choice, action, y_offset, box_width): x_offset = INFO_LEFT_PADDING - glyphs_x_offset = 0 + glyphs_x_offset = 2 glyphs_y_offset = y_offset y_offset += ACTION_TEXT_OFFSET action_viable = action.check_available(self.state.player)