Change Meta.Direction.Top to Meta.Side.TOP
Handle MetaSide being split from MetaDirection. The enums have the same numeric values for the corresponding values, so this change is only a cleanup.
This commit is contained in:
parent
384b88910a
commit
9c8074535c
@ -121,7 +121,7 @@ Panel.prototype = {
|
||||
width: global.screen_width,
|
||||
height: PANEL_HEIGHT
|
||||
},
|
||||
side: Meta.Direction.TOP
|
||||
side: Meta.Side.TOP
|
||||
})
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user