Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/finance.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-11-15 03:57:54 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-11-15 03:57:54 (GMT)
commit6bf9504f5c4b7349993a780fb76558614256546b (patch)
tree355bd5e6f257ee4631de90e8bdc6540708b26b99 /finance.py
parent05529d5acaac833964ec0328733baed474195954 (diff)
Visual tweaks.
Diffstat (limited to 'finance.py')
-rwxr-xr-xfinance.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/finance.py b/finance.py
index 4c265ab..99fa8b6 100755
--- a/finance.py
+++ b/finance.py
@@ -129,6 +129,7 @@ class Finance(sugar.activity.activity.Activity):
# Add the header.
self.periodlabel = gtk.Label()
+ self.periodlabel.set_padding(10, 0)
headerbox = gtk.HBox()
headerbox.pack_end(self.periodlabel, False, False)