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)
|
def initialize(x, y, width, height, items)
|
||||||
@x = x
|
@x = x
|
||||||
@y = y
|
@y = y
|
||||||
@width = width
|
|
||||||
|
@width = width
|
||||||
@height = height
|
@height = height
|
||||||
|
|
||||||
@active = 0
|
@active = 0
|
||||||
@top = 0
|
@top = 0
|
||||||
|
|
||||||
@items = Array(items)
|
@items = Array(items)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Reference in a new issue