menus: fluent style and refactoring (#7723)

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
FloVanGH 2025-02-24 17:01:22 +01:00 committed by GitHub
parent b4b1d329b6
commit be7c125726
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 542 additions and 120 deletions

View file

@ -6,6 +6,7 @@ export { ScrollView } from "scrollview.slint";
export { ListItem } from "components.slint";
export { LineEdit } from "lineedit.slint";
import { FluentPalette } from "styling.slint";
export { MenuBarItem, MenuBar, MenuFrame, MenuItem } from "menu.slint";
export global StyleMetrics {
out property <length> layout-spacing: 8px;