mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 06:53:00 +02:00
Fix modal frame decoration
This commit is contained in:
parent
5b905402d5
commit
7938270802
1 changed files with 22 additions and 14 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue