diff --git a/source/editor/ui/TabButton.js b/source/editor/ui/TabButton.js index 7894d99af..02f67b49c 100644 --- a/source/editor/ui/TabButton.js +++ b/source/editor/ui/TabButton.js @@ -8,7 +8,6 @@ function TabButton(parent, tab) this.element.style.cursor = "pointer"; this.element.style.boxSizing = "border-box"; this.element.style.backgroundColor = Editor.theme.buttonColor; - //this.element.style.borderRadius = "5px 5px 0px 0px"; //Tab this.tab = tab;