Fix code style
This commit is contained in:
parent
286281da48
commit
b9571c321c
1 changed files with 5 additions and 2 deletions
|
@ -7,10 +7,13 @@ module Widgets
|
|||
def initialize(x, y, width, height, items)
|
||||
@x = x
|
||||
@y = y
|
||||
@width = width
|
||||
|
||||
@width = width
|
||||
@height = height
|
||||
|
||||
@active = 0
|
||||
@top = 0
|
||||
@top = 0
|
||||
|
||||
@items = Array(items)
|
||||
end
|
||||
|
||||
|
|
Reference in a new issue