mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
* src/frontends/qt4/ui:
- make dialog non-modal (fix bug 3636) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18408 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
150d08f03e
commit
51b657c6cc
@ -2,7 +2,7 @@
|
||||
<class>QListingsUi</class>
|
||||
<widget class="QDialog" name="QListingsUi" >
|
||||
<property name="windowModality" >
|
||||
<enum>Qt::ApplicationModal</enum>
|
||||
<enum>Qt::NonModal</enum>
|
||||
</property>
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
|
Loading…
Reference in New Issue
Block a user