From cf6cccfbc7edf97178cefc0fdee0003a3a154165 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 4 Oct 2010 21:20:36 +0100 Subject: [PATCH] [invitation] tweak table layout --- SparkleShare/SparkleInvitation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleInvitation.cs b/SparkleShare/SparkleInvitation.cs index f0bc9e0c..72a22760 100644 --- a/SparkleShare/SparkleInvitation.cs +++ b/SparkleShare/SparkleInvitation.cs @@ -118,7 +118,7 @@ namespace SparkleShare { Wrap = true }; - Table table = new Table (2, 2, true) { + Table table = new Table (2, 2, false) { RowSpacing = 6 };