setup window: set window type hint to dialog

This commit is contained in:
Hylke Bons 2012-12-22 12:32:23 +01:00
parent db20ada40e
commit 9583463f19

View file

@ -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;