diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-09 23:23:02 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-09 23:23:02 +0100 |
commit | 9c187b16d1ec6dd86d70461015c9670e890f7728 (patch) | |
tree | 303289648a01819b9abaa1a73c846610d6a71be1 /src/__main__.py | |
parent | improve users plugin + users demo (diff) | |
download | xpybar-9c187b16d1ec6dd86d70461015c9670e890f7728.tar.gz xpybar-9c187b16d1ec6dd86d70461015c9670e890f7728.tar.bz2 xpybar-9c187b16d1ec6dd86d70461015c9670e890f7728.tar.xz |
add draw_text todo, there is an limitation in text length
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index efc31fd..501a30b 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -149,7 +149,7 @@ class Bar: ''' return self.font.query_text_extents(text).overall_width - def draw_text(self, x, y, descent, text): + def draw_text(self, x, y, descent, text): ## TODO fix support for text longer than 255 symbols ''' Draw a text |