mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
std-widgets: added LayoutSpec global (#6711)
This commit is contained in:
parent
e3ea25f48c
commit
c84af1a8d7
27 changed files with 79 additions and 104 deletions
|
|
@ -8,4 +8,9 @@ export { NativePalette as Palette }
|
|||
export { ScrollView } from "scrollview.slint";
|
||||
export { LineEdit } from "lineedit.slint";
|
||||
|
||||
export global LayoutSpec {
|
||||
out property <length> layout-spacing: NativeStyleMetrics.layout-spacing;
|
||||
out property <length> layout-padding: NativeStyleMetrics.layout-padding;
|
||||
}
|
||||
|
||||
export component ListItem inherits NativeStandardListViewItem {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue