From 68c76988596d764cc11eb7b7d9c7d25823892b78 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 24 Aug 2009 19:31:40 +0200 Subject: [PATCH] Fix alignment. --- FPPrac.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FPPrac.hs b/FPPrac.hs index 68f5a53..e56c604 100644 --- a/FPPrac.hs +++ b/FPPrac.hs @@ -146,7 +146,7 @@ runGUI s = do -- it is closed. window <- Gtk.windowNew Gtk.set window [ Gtk.containerBorderWidth := 10 - , Gtk.windowTitle := "FP Practicum" ] + , Gtk.windowTitle := "FP Practicum" ] Gtk.onDestroy window Gtk.mainQuit -- Show the window and start the Gtk mainloop. -- 2.30.2