Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-06 02:49:11 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-13 01:52:41 (GMT)
commitb590e6377919fca63f01bd6fc1fcc4aabda6a5ff (patch)
tree88edc9030c00be6ef67703d536cff6d6a9710f32
parentf215d32a808691277c90a3595fd23435f98e698a (diff)
fix size of answer radio-button
-rw-r--r--poll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.py b/poll.py
index 37b826b..e0c81cc 100644
--- a/poll.py
+++ b/poll.py
@@ -97,7 +97,7 @@ COLOR_FG_RADIOBUTTONS = (
GRAPH_WIDTH = gtk.gdk.screen_width() / 3
GRAPH_TEXT_WIDTH = GRAPH_WIDTH / 9
-RADIO_SIZE = 24
+RADIO_SIZE = 32
def theme_button(btn, w=-1, h=-1, highlight=False):
"""Apply colors to gtk Buttons