summaryrefslogtreecommitdiffstats
path: root/lib/Phi/Border.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-18 18:06:00 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-18 18:06:00 +0200
commit9d1415a2d35a10be828fac5c9534ba477233aa49 (patch)
tree414f188247778f8b8168ac0ced222f4dbccec264 /lib/Phi/Border.hs
parentfcb645e610d7e339ea23b9c719092c7fa77fbefb (diff)
downloadphi-9d1415a2d35a10be828fac5c9534ba477233aa49.tar
phi-9d1415a2d35a10be828fac5c9534ba477233aa49.zip
Added AlphaBox widget
Diffstat (limited to 'lib/Phi/Border.hs')
-rw-r--r--lib/Phi/Border.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Phi/Border.hs b/lib/Phi/Border.hs
index a025ab6..5a144df 100644
--- a/lib/Phi/Border.hs
+++ b/lib/Phi/Border.hs
@@ -125,4 +125,4 @@ roundRectangle x y width height radius = do
closePath
border :: BorderConfig -> [Widget] -> Widget
-border config widgets = Widget $ Border config widgets
+border config = Widget . Border config