diff --git a/tools/lsp/ui/header-bar.slint b/tools/lsp/ui/header-bar.slint deleted file mode 100644 index 1149dc675..000000000 --- a/tools/lsp/ui/header-bar.slint +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0 - -// cSpell: ignore Heade - -import { HorizontalBox } from "std-widgets.slint"; - -export component HeaderBar { - min-height: 40px; - vertical-stretch: 0; - - Rectangle { - HorizontalBox { - alignment: end; - - @children - } - } -}