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