[Commits] codering branch master updated.
Wade Brainerd
wadetb at gmail.com
Mon Nov 9 08:18:56 EST 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "/home/wadeb/public_git/codering".
The branch, master has been updated
via 58e648544bcb00b9d6422bed14085ccf625a99f0 (commit)
from 271cad63e8ac5b1e193f9335fa09102336777888 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
encodescreen.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 58e648544bcb00b9d6422bed14085ccf625a99f0
Author: Wade Brainerd <wadetb at gmail.com>
Date: Mon Nov 9 13:18:41 2009 +0000
Tweak spacing.
diff --git a/encodescreen.py b/encodescreen.py
index fc5d12b..aa46aa9 100644
--- a/encodescreen.py
+++ b/encodescreen.py
@@ -31,6 +31,9 @@ import codering
class EncodeScreen(gtk.VBox):
def __init__(self, activity):
gtk.VBox.__init__(self)
+
+ #self.set_border(20)
+ self.set_spacing(50)
self.activity = activity
-----------------------------------------------------------------------
--
/home/wadeb/public_git/codering
More information about the Commits
mailing list