Fix width percents
This commit is contained in:
parent
ff10d124cd
commit
d63f804d7d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ private
|
|||
|
||||
def initials
|
||||
menu_width = Curses.stdscr.maxx / 5
|
||||
peers_width = Curses.stdscr.maxx / 3
|
||||
peers_width = Curses.stdscr.maxx / 4
|
||||
|
||||
@menu = Widgets::Menu.new 0, 0, menu_width, Curses.stdscr.maxy
|
||||
|
||||
|
|
Reference in a new issue