Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/expandedentry.py
diff options
context:
space:
mode:
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)