setup window: set window type hint to dialog

This commit is contained in:
Hylke Bons 2012-12-22 12:32:23 +01:00
parent 829ce766f7
commit 1c87b9a495

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;