Add options page scrolling
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module Dodge.WindowLayout where
|
||||
import Dodge.Config.Data
|
||||
|
||||
availableMenuLines :: Configuration -> Int
|
||||
availableMenuLines = floor . (/50) . subtract 125 . _windowY
|
||||
Reference in New Issue
Block a user