- make dialog non-modal (doesn't buy us much and can cause annoying lockups)
- fix indentation/remove trailing spaces
This commit is contained in:
parent
5aa1cb5296
commit
219f8d9a3a
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<name>exit</name>
|
||||
<modal>true</modal>
|
||||
<modal>false</modal>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
|
@ -39,5 +39,4 @@
|
|||
|
||||
<empty><stretch>true</stretch></empty>
|
||||
</group>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Add table
Reference in a new issue