[hamster-applet/2_28_no_bars] two rectangles
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet/2_28_no_bars] two rectangles
- Date: Tue, 10 Nov 2009 21:40:49 +0000 (UTC)
commit 4e892d14ad1220f131a68d5b48bc2884dafa3fd7
Author: Toms Bauģis <toms baugis gmail com>
Date: Tue Nov 10 21:40:31 2009 +0000
two rectangles
hamster/rectangle.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/hamster/rectangle.py b/hamster/rectangle.py
index be9b950..a76bb9e 100755
--- a/hamster/rectangle.py
+++ b/hamster/rectangle.py
@@ -19,7 +19,8 @@ class Rectangle(graphics.Area):
context = self.context
#TODO - use system colors and fonts
- self.draw_bar(10,10,100,100)
+ self.draw_bar(10,10,20,20)
+ self.draw_bar(30,30,20,20)
context.stroke()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]