mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
committed by
Benjamin Pasero
parent
fd4bf73a03
commit
cc2a16494c
@@ -27,14 +27,6 @@ export interface IView {
|
||||
layout(width: number, height: number): void;
|
||||
}
|
||||
|
||||
/*
|
||||
TODO:
|
||||
- NEW: add a color to show a border where the sash is, similar to how other
|
||||
widgets have a color (e.g. Button, with applyStyles). Challenge is that this
|
||||
color has to be applied via JS and not CSS to not apply it to all views
|
||||
NOT CSS
|
||||
*/
|
||||
|
||||
export function orthogonal(orientation: Orientation): Orientation {
|
||||
return orientation === Orientation.VERTICAL ? Orientation.HORIZONTAL : Orientation.VERTICAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user