From 90a067a2a34dd6b6db03a5e448bb7da2da0f769c Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 2 May 2010 04:17:44 +0100 Subject: [PATCH] version 0.0.9 --- src/SparklePony.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SparklePony.cs b/src/SparklePony.cs index ce2d78ce..da050710 100644 --- a/src/SparklePony.cs +++ b/src/SparklePony.cs @@ -1,4 +1,4 @@ -// SparklePony 0.0.8 +// SparklePony 0.0.9 // SparklePony, an instant update workflow to Git. // Copyright (C) 2010 Hylke Bons @@ -877,7 +877,7 @@ public class SparklePonyWindow : Window { ScrolledWindow ScrolledWindow = new ScrolledWindow (); ScrolledWindow.AddWithViewport (LogView); - ScrolledWindow.BorderWidth = 9; + ScrolledWindow.BorderWidth = 12; return ScrolledWindow;