Files @ 4d1a7a5dcd22
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs

jmaltzen
Disable rebuilding UI from stetic, get rid of stetic XML file since it doesn't match actual UI anymore.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}