forked from len0rd/rockbox
Make backup dialog modal.
Change-Id: I488dcca6719970e77f9c3afd17a89f3295cf5210
This commit is contained in:
parent
213f69d2fd
commit
f902bbe07e
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>BackupDialog</class>
|
<class>BackupDialog</class>
|
||||||
<widget class="QDialog" name="BackupDialog">
|
<widget class="QDialog" name="BackupDialog">
|
||||||
|
<property name="windowModality">
|
||||||
|
<enum>Qt::WindowModal</enum>
|
||||||
|
</property>
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue