about: make window a dialog. fixes scaling issues in tiling WMs

This commit is contained in:
Hylke Bons 2013-01-15 12:32:45 +00:00
parent a1e704282d
commit 8947c02c64

View file

@ -44,6 +44,7 @@ namespace SparkleShare {
WindowPosition = WindowPosition.Center;
Title = "About SparkleShare";
AppPaintable = true;
TypeHint = Gdk.WindowTypeHint.Dialog;
string image_path = new string [] { SparkleUI.AssetsPath, "pixmaps", "about.png" }.Combine ();