1
0
Fork 0
forked from len0rd/rockbox

Make backup dialog modal.

Change-Id: I488dcca6719970e77f9c3afd17a89f3295cf5210
This commit is contained in:
Dominik Riebeling 2012-09-16 21:07:08 +02:00
parent 213f69d2fd
commit f902bbe07e

View file

@ -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>