Browse Source

Disable drag & drop icons:
https://bugs.vcmi.eu/view.php?id=3078
https://bugs.vcmi.eu/view.php?id=3079

DJWarmonger 6 years ago
parent
commit
20ea7ac44f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      launcher/mainwindow_moc.ui

+ 4 - 1
launcher/mainwindow_moc.ui

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