version 0.0.9

This commit is contained in:
Hylke Bons 2010-05-02 04:17:44 +01:00
parent 56732c07e3
commit 90a067a2a3

View file

@ -1,4 +1,4 @@
// SparklePony 0.0.8
// SparklePony 0.0.9
// SparklePony, an instant update workflow to Git.
// Copyright (C) 2010 Hylke Bons <hylkebons@gmail.com>
@ -877,7 +877,7 @@ public class SparklePonyWindow : Window {
ScrolledWindow ScrolledWindow = new ScrolledWindow ();
ScrolledWindow.AddWithViewport (LogView);
ScrolledWindow.BorderWidth = 9;
ScrolledWindow.BorderWidth = 12;
return ScrolledWindow;