Add a placeholder for a pattern in the header, if the theme wants to add one.

This commit is contained in:
Diego Prado Gesto 2018-12-18 10:29:44 +01:00
parent fa268184be
commit cc462ef3a6
2 changed files with 11 additions and 1901 deletions

View File

@ -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