fix spaces z index
This commit is contained in:
parent
17a49348db
commit
4ce6aab51c
@ -3,7 +3,7 @@ require_relative "classes_view"
|
|||||||
class LeftView < ListView
|
class LeftView < ListView
|
||||||
def initialize interpreter
|
def initialize interpreter
|
||||||
super([ SelectView.new(interpreter) ,
|
super([ SelectView.new(interpreter) ,
|
||||||
ObjectView.new( Parfait.object_space , interpreter , 16),
|
ObjectView.new( Parfait.object_space , interpreter , 26),
|
||||||
ClassesView.new(interpreter) ])
|
ClassesView.new(interpreter) ])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user