Cleanup
This commit is contained in:
@@ -73,7 +73,7 @@ optionValueOffset u mo = case _moString mo u of
|
||||
Right (s,_) -> length s
|
||||
|
||||
darkenBackground :: Configuration -> Picture
|
||||
darkenBackground = color (withAlpha 0.5 black) . polygon . screenBox
|
||||
darkenBackground = color (withAlpha 0.5 black) . polygon . reverse . screenBox
|
||||
|
||||
drawTitle :: Configuration -> String -> Picture
|
||||
drawTitle cfig = placeString (-hw + 30) (hh - 50) 0.4
|
||||
|
||||
Reference in New Issue
Block a user