Commit f0bc8878f4f48085733b2daef1d2c5c24163983b Parent: 2e252c57a2446f687040a45c2881cc2071b97d45 Author: mcol <mcol@posteo.net> Date: 2021-08-22 19:48:32 +0100 Committer: mcol <mcol@posteo.net> Committed: 2021-08-22 19:48:32 +0100 Make window non-resizable
src/Main.hs Modified
@@ -23,6 +23,7 @@ win <- new Gtk.ApplicationWindow [ #application := app , #title := "xanadu" + , #resizable := False ] iconView <- Icons.initIcons win #add win iconView