[hamster-applet] little visual things
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet] little visual things
- Date: Sat, 16 Jan 2010 04:46:39 +0000 (UTC)
commit 2860e1f556cf195df2bbbb4d9308311b30b23abd
Author: Toms Bauģis <toms baugis gmail com>
Date: Sat Jan 16 04:46:16 2010 +0000
little visual things
hamster/widgets/facttree.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/hamster/widgets/facttree.py b/hamster/widgets/facttree.py
index 20510d8..e82a640 100644
--- a/hamster/widgets/facttree.py
+++ b/hamster/widgets/facttree.py
@@ -283,9 +283,9 @@ class FactCellRenderer(gtk.GenericCellRenderer):
""" start time and end time at beginning of column """
- interval = fact["start_time"].strftime("%H:%M")
+ interval = fact["start_time"].strftime("%H:%M -")
if fact["end_time"]:
- interval = "%s - %s" % (interval, fact["end_time"].strftime("%H:%M"))
+ interval = "%s %s" % (interval, fact["end_time"].strftime("%H:%M"))
self.set_color(context, text_color)
@@ -345,7 +345,7 @@ class FactCellRenderer(gtk.GenericCellRenderer):
self.layout.set_font_description(self.label_font)
if fact["description"]:
- self.layout.set_markup("<small><i>%s</i></small>" % fact["description"])
+ self.layout.set_markup("<small>%s</small>" % fact["description"])
label_w, label_h = self.layout.get_pixel_size()
x, y = cur_x, cur_y + 4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]