summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-12 14:41:25 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-12 14:41:25 +0200
commit6de4eb5792d88a70eaf9cc19784371a9a0eaba43 (patch)
tree9ab92e2c3e29b16131a237be932a5338b292d97e /src
parentc918dde366a02ed4de26ea0c5e07a153d8f902bb (diff)
downloadphi-6de4eb5792d88a70eaf9cc19784371a9a0eaba43.tar
phi-6de4eb5792d88a70eaf9cc19784371a9a0eaba43.zip
Simplify struts generation
Diffstat (limited to 'src')
-rw-r--r--src/Phi.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Phi.hs b/src/Phi.hs
index 9aa6ad0..a3bc84e 100644
--- a/src/Phi.hs
+++ b/src/Phi.hs
@@ -3,4 +3,4 @@ import Phi.X11
main :: IO ()
main = do
- initPhi phiDefaultXConfig { phiPanelPosition = PanelPositionBottom } \ No newline at end of file
+ initPhi phiDefaultXConfig { phiPanelPosition = Bottom }