diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-15 19:17:51 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-15 19:17:51 +0100 |
commit | 65facfc7c819a5fc14385aedbb2848eb68bac390 (patch) | |
tree | cbbcf40ca667180bedc7a2500b92eb83d5e1b527 /FTNoIR_Tracker_PT | |
parent | a7f72b988b2036892f7219b90f5b094c8b9c2092 (diff) |
make all tracker/protocol/filter dialogs non-modal
Diffstat (limited to 'FTNoIR_Tracker_PT')
-rw-r--r-- | FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui index bdbed955..0bbec7e1 100644 --- a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui +++ b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui @@ -3,7 +3,7 @@ <class>UICPTClientControls</class>
<widget class="QWidget" name="UICPTClientControls">
<property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
+ <enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
|