Fix modal frame decoration

This commit is contained in:
Bradley Austin Davis 2016-02-01 14:12:59 -08:00
parent 5b905402d5
commit 7938270802

View file

@ -6,7 +6,11 @@ import "../controls"
Frame {
id: frame
Item {
anchors.fill: parent
Rectangle {
id: background
anchors.fill: parent
anchors.margins: -4096
visible: window.visible
@ -23,6 +27,10 @@ Frame {
style: Text.Outline;
styleColor: "black"
}
}
}