mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
2 changed files with 11 additions and 1901 deletions
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 785 KiB |
Loading…
Add table
Add a link
Reference in a new issue