Fix typo
This commit is contained in:
parent
16fcb5db8b
commit
d0e62b5d90
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Widgets
|
|||
def initialize(x, y, width, height)
|
||||
super
|
||||
|
||||
@menu = Widgets::Menu.new 0, 0, nil, Curses.stdscr.maxy
|
||||
@menu = Widgets::Menu.new 0, 0, nil, height
|
||||
|
||||
@messenger = Widgets::Messenger.new(
|
||||
0,
|
||||
|
|
Reference in a new issue