mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-04 07:04:18 +08:00
Add a placeholder for a pattern in the header, if the theme wants to add one.
This commit is contained in:
parent
fa268184be
commit
cc462ef3a6
@ -123,6 +123,17 @@ UM.MainWindow
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This is a placehoder for adding a pattern in the header
|
||||||
|
Image
|
||||||
|
{
|
||||||
|
id: backgroundPattern
|
||||||
|
anchors.fill: parent
|
||||||
|
fillMode: Image.Tile
|
||||||
|
source: UM.Theme.getImage("header_pattern")
|
||||||
|
horizontalAlignment: Image.AlignLeft
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MainWindowHeader
|
MainWindowHeader
|
||||||
|
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 785 KiB |
Loading…
x
Reference in New Issue
Block a user