Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/expandedentry.py
diff options
context:
space:
mode:
authorPootle User <translate@rt.laptop.org>2007-12-21 06:17:36 (GMT)
committer Pootle User <translate@rt.laptop.org>2007-12-21 06:17:36 (GMT)
commit5ae81708a8f1e9e99a6d7b4136c7913dc338b6f0 (patch)
tree24c55ffd84675508e3d1abea90c55856f8d094d5 /expandedentry.py
parentf1f25824bfeb7d2528776e524e241df7462ca3a3 (diff)
parentf6ca8f382560aa6f815f9ce7845827cd17746bc8 (diff)
Merge branch 'update-1' of git+ssh://dev.laptop.org/git/journal-activity into update-1
Diffstat (limited to 'expandedentry.py')
-rw-r--r--expandedentry.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/expandedentry.py b/expandedentry.py
index 9085316..65b7808 100644
--- a/expandedentry.py
+++ b/expandedentry.py
@@ -205,7 +205,7 @@ class ExpandedEntry(hippo.CanvasBox):
if has_preview:
preview_box = hippo.CanvasImage(image=surface,
border=style.LINE_WIDTH,
- border_color=style.COLOR_BLACK.get_int(),
+ border_color=style.COLOR_BUTTON_GREY.get_int(),
xalign=hippo.ALIGNMENT_CENTER,
yalign=hippo.ALIGNMENT_CENTER,
scale_width=width,
@@ -216,7 +216,7 @@ class ExpandedEntry(hippo.CanvasBox):
xalign=hippo.ALIGNMENT_CENTER,
yalign=hippo.ALIGNMENT_CENTER,
border=style.LINE_WIDTH,
- border_color=style.COLOR_BLACK.get_int(),
+ border_color=style.COLOR_BUTTON_GREY.get_int(),
box_width=width,
box_height=height)
box.append(preview_box)