Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/listview.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/journal/listview.py')
-rw-r--r--src/jarabe/journal/listview.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/jarabe/journal/listview.py b/src/jarabe/journal/listview.py
index d8ce421..7c6735d 100644
--- a/src/jarabe/journal/listview.py
+++ b/src/jarabe/journal/listview.py
@@ -38,7 +38,9 @@ class _Cell(Cell):
self._keep = KeepIcon(box_width=style.GRID_CELL_SIZE)
row.pack_start(self._keep, expand=False)
- self._icon = ObjectIcon(size=style.STANDARD_ICON_SIZE)
+ self._icon = ObjectIcon(
+ paint_box=False,
+ pixel_size=style.STANDARD_ICON_SIZE)
row.pack_start(self._icon, expand=False)
self._title = Title()