- 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,13 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<name>exit</name>
|
||||
<modal>true</modal>
|
||||
<modal>false</modal>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
<label>Exit FlightGear?</label>
|
||||
</text>
|
||||
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>fill</halign>
|
||||
|
@ -19,10 +19,10 @@
|
|||
<default>true</default>
|
||||
<equal>true</equal>
|
||||
<binding>
|
||||
<command>exit</command>
|
||||
<command>exit</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
@ -33,11 +33,10 @@
|
|||
<equal>true</equal>
|
||||
<key>Esc</key>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<empty><stretch>true</stretch></empty>
|
||||
</group>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue