From: Matthijs Kooijman Date: Mon, 24 Aug 2009 17:31:40 +0000 (+0200) Subject: Fix alignment. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Ffpprac.git;a=commitdiff_plain;h=68c76988596d764cc11eb7b7d9c7d25823892b78 Fix alignment. --- 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.