mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Disable drag & drop icons:
https://bugs.vcmi.eu/view.php?id=3078 https://bugs.vcmi.eu/view.php?id=3079
This commit is contained in:
parent
d58c7b2105
commit
20ea7ac44f
@ -69,6 +69,9 @@
|
||||
<height>89</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="movement">
|
||||
<enum>QListView::Static</enum>
|
||||
</property>
|
||||
<property name="flow">
|
||||
<enum>QListView::TopToBottom</enum>
|
||||
</property>
|
||||
@ -138,7 +141,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="CModListView" name="stackedWidgetPage2"/>
|
||||
<widget class="CSettingsView" name="settingsView"/>
|
||||
|
Loading…
Reference in New Issue
Block a user