setup linux: tweak padding

This commit is contained in:
Hylke Bons 2012-05-20 18:56:35 +01:00
parent 730d0d11c1
commit b0f94c2f2b

View file

@ -140,7 +140,7 @@ namespace SparkleShare {
};
VBox layout_vertical = new VBox (false, 0);
layout_vertical.PackStart (new Label (""), false, false, 0);
layout_vertical.PackStart (new Label (""), false, false, 6);
layout_vertical.PackStart (header, false, false, 0);
if (!string.IsNullOrEmpty (Description)) {