Correct function row's implementation

This commit is contained in:
Ying-Ruei Liang(KK) 2019-09-05 02:37:58 +08:00
parent 359148795c
commit 53c21f085b

View File

@ -226,7 +226,7 @@ row
-> VtyWidget t m a
row child = do
nav <- tabNavigation
runLayout (pure Orientation_Column) 0 nav child
runLayout (pure Orientation_Row) 0 nav child
-- | Produces an 'Event' that navigates forward one tile when the Tab key is pressed
-- and backward one tile when Shift+Tab is pressed.