mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
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:
parent
b4b1d329b6
commit
be7c125726
12 changed files with 542 additions and 120 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue