From 9583463f1910cc1cbd584fa2f5e46c93cd707ff2 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 22 Dec 2012 12:32:23 +0100 Subject: [PATCH] setup window: set window type hint to dialog --- SparkleShare/Linux/SparkleSetupWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleShare/Linux/SparkleSetupWindow.cs b/SparkleShare/Linux/SparkleSetupWindow.cs index 44ce60f5..218360b9 100755 --- a/SparkleShare/Linux/SparkleSetupWindow.cs +++ b/SparkleShare/Linux/SparkleSetupWindow.cs @@ -51,6 +51,7 @@ namespace SparkleShare { Resizable = false; WindowPosition = WindowPosition.Center; Deletable = false; + TypeHint = Gdk.WindowTypeHint.Dialog; DeleteEvent += delegate (object sender, DeleteEventArgs args) { args.RetVal = true;