projects
/
matthijs
/
projects
/
fpprac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6b48b2
)
Fix alignment.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 24 Aug 2009 17:31:40 +0000
(19:31 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 24 Aug 2009 17:31:40 +0000
(19:31 +0200)
FPPrac.hs
patch
|
blob
|
history
diff --git
a/FPPrac.hs
b/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.