summaryrefslogtreecommitdiffstats
path: root/lib/Phi/Widgets/Clock.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-18 20:57:19 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-18 20:57:19 +0200
commit581e1f9c63101fd2a00711748415997b0c20b793 (patch)
treeab2ee291354819727939593655e0a53383870b03 /lib/Phi/Widgets/Clock.hs
parent4cc0f0f2ee44aa5c65b8b7f759620b5de0c874a3 (diff)
downloadphi-581e1f9c63101fd2a00711748415997b0c20b793.tar
phi-581e1f9c63101fd2a00711748415997b0c20b793.zip
Make minSize depend on the screen if necessary
Diffstat (limited to 'lib/Phi/Widgets/Clock.hs')
-rw-r--r--lib/Phi/Widgets/Clock.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Phi/Widgets/Clock.hs b/lib/Phi/Widgets/Clock.hs
index 492d807..1f00bd0 100644
--- a/lib/Phi/Widgets/Clock.hs
+++ b/lib/Phi/Widgets/Clock.hs
@@ -55,7 +55,7 @@ instance WidgetClass Clock where
return $ ClockState time
- minSize (Clock config) _ _ = clockSize config
+ minSize (Clock config) _ _ _ = clockSize config
render (Clock config) (ClockState time) w h _ = do
time <- liftIO getZonedTime