diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-02 10:38:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-02 10:38:23 +0200 |
commit | fbd08207ad73f4e8d3575aa8f6e150a3545c9c77 (patch) | |
tree | b9f57fccd45a60ec6d319c7d7aabb6237eabf5fc /src/x.py | |
parent | reduce flicker (diff) | |
download | xpybar-fbd08207ad73f4e8d3575aa8f6e150a3545c9c77.tar.gz xpybar-fbd08207ad73f4e8d3575aa8f6e150a3545c9c77.tar.bz2 xpybar-fbd08207ad73f4e8d3575aa8f6e150a3545c9c77.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/x.py')
-rw-r--r-- | src/x.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ def create_panel(width, height, left, ypos, panel_height, at_top): def draw_text(window, gc, x, y, text): ''' Draw a text on a window - + @param window The window @param gc The window's graphics context @param x:int The left position of the text |