Remove the fancy snowflakes pattern

This commit is contained in:
Diego Prado Gesto 2018-12-11 10:44:30 +01:00
parent f0257e2b79
commit 4dab33d41b

View file

@ -123,17 +123,6 @@ UM.MainWindow
}
}
}
// This is the new fancy pattern
Image
{
id: backgroundPattern
anchors.fill: parent
fillMode: Image.Tile
source: UM.Theme.getImage("header_pattern")
horizontalAlignment: Image.AlignLeft
verticalAlignment: Image.AlignTop
}
}
MainWindowHeader