Fix style
This commit is contained in:
parent
313373b4a3
commit
237bc43aab
1 changed files with 1 additions and 6 deletions
|
@ -7,12 +7,7 @@ module Widgets
|
|||
|
||||
@menu = Widgets::Menu.new 0, 0, nil, height
|
||||
|
||||
@messenger = Widgets::Messenger.new(
|
||||
0,
|
||||
0,
|
||||
width - @menu.width,
|
||||
height,
|
||||
)
|
||||
@messenger = Widgets::Messenger.new 0, 0, width - @menu.width, height
|
||||
|
||||
self.focus = @messenger
|
||||
|
||||
|
|
Reference in a new issue