[hamster-applet] padding description some more since we have now also end time.



commit bef4a9aeec041c4d23676ed7c244a7a51c3bf271
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sat Dec 5 22:02:47 2009 +0000

    padding description some more since we have now also end time.
    this is somewhat lame though

 hamster/stuff.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/hamster/stuff.py b/hamster/stuff.py
index 472986f..f2e1f22 100644
--- a/hamster/stuff.py
+++ b/hamster/stuff.py
@@ -135,7 +135,7 @@ def format_activity(name, category, description, pad_description = False):
     if description:
         text+= "\n"
         if pad_description:
-            text += "          "
+            text += " " * 23
 
         text += """<span style="italic" size="small">%s</span>""" % description
         



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]