X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Finfo_area.py;h=82fcfb9bf24218af51077982d670175c99350233;hb=bb309cee2c28dcd3c30692c22a187374c275004c;hp=453e379d1be743a52891a565e9ae4442bc72b77a;hpb=a6de62bab3beb608b3fd9f975947f4a46ec5d1c9;p=naja.git 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)