Remove unused header bar

This commit is contained in:
Florian Blasius 2024-07-10 13:14:42 +02:00 committed by Simon Hausmann
parent b573f1c7d8
commit ef14d1a4a5

View file

@ -1,19 +0,0 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// 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
}
}
}