Fix alignment.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 24 Aug 2009 17:31:40 +0000 (19:31 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 24 Aug 2009 17:31:40 +0000 (19:31 +0200)
FPPrac.hs

index 68f5a535bf965038f4190cffeddb6a18eda18d1b..e56c60458dd3fa75e655bd00c7505969b9dd922f 100644 (file)
--- 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.