mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-28 10:49:46 +00:00
Remove unused header bar
This commit is contained in:
parent
b573f1c7d8
commit
ef14d1a4a5
1 changed files with 0 additions and 19 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue