From 1c87b9a4953148c2e4b6f76489ee20ec6129820d 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;