Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/poll.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-04 17:17:25 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-13 01:51:49 (GMT)
commit5c2d26389a496fd423ddcd150429b0afd59f546a (patch)
tree609f7d42cd0aec5094b9c311e4d8f181b7d54f62 /poll.py
parent689fa16883dc55eb91105e78216b1790be4286df (diff)
use white color in details_box
Diffstat (limited to 'poll.py')
-rw-r--r--poll.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poll.py b/poll.py
index fa32d69..ba18deb 100644
--- a/poll.py
+++ b/poll.py
@@ -338,6 +338,7 @@ class PollBuilder(activity.Activity):
hippo.ORIENTATION_HORIZONTAL, hippo.SCROLLBAR_NEVER)
poll_selector_box = hippo.CanvasBox(
+ background_color=style.COLOR_WHITE.get_int(),
orientation=hippo.ORIENTATION_VERTICAL)
scrolledwindow.set_root(poll_selector_box)
poll_details_box.append(scrolledwindow,