It's just a pixel to the right ...
authorSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 21:38:44 +0000 (23:38 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 21:38:51 +0000 (23:38 +0200)
naja/widgets/info_area.py

index 453e379d1be743a52891a565e9ae4442bc72b77a..82fcfb9bf24218af51077982d670175c99350233 100644 (file)
@@ -113,7 +113,7 @@ class InfoAreaWidget(Widget):
 
     def prepare_action(self, choice, action, y_offset, box_width):
         x_offset = INFO_LEFT_PADDING
 
     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)
         glyphs_y_offset = y_offset
         y_offset += ACTION_TEXT_OFFSET
         action_viable = action.check_available(self.state.player)