More layout fixes

This commit is contained in:
Marco Pesenti Gritti
2006-09-14 15:07:22 +02:00
parent d053a7f219
commit 3b41f1248a
3 changed files with 33 additions and 22 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class Frame:
grid = Grid()
bg = goocanvas.Rect(fill_color="#4f4f4f")
bg = goocanvas.Rect(fill_color="#4f4f4f", line_width=0)
grid.set_constraints(bg, 0, 0, 80, 60)
root.add_child(bg)