Files @ 721656f9e923
Branch filter:

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

Malkyne
Added a dialog for prompting resolution and pixel-width, so that the app can be used on retina systems. RC3.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}