Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/roundbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'roundbox.py')
-rw-r--r--roundbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundbox.py b/roundbox.py
index 807385d..0049a36 100644
--- a/roundbox.py
+++ b/roundbox.py
@@ -32,7 +32,7 @@ class RoundBox(Gtk.Box):
self._y = allocation.y
self._width = allocation.width
self._height = allocation.height
-
+
def do_draw(self, cr):
rect = self.get_allocation()
cr.rectangle(rect.x, rect.y, rect.width, rect.height)