summaryrefslogtreecommitdiffstats
path: root/pokemodr/gui/pokemod.ui
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/gui/pokemod.ui')
-rw-r--r--pokemodr/gui/pokemod.ui6
1 files changed, 5 insertions, 1 deletions
diff --git a/pokemodr/gui/pokemod.ui b/pokemodr/gui/pokemod.ui
index 7d54564f..055f19df 100644
--- a/pokemodr/gui/pokemod.ui
+++ b/pokemodr/gui/pokemod.ui
@@ -409,7 +409,11 @@
</attribute>
<layout class="QVBoxLayout" >
<item>
- <widget class="QTableView" name="varTypechart" />
+ <widget class="QTableView" name="varTypechart" >
+ <property name="selectionMode" >
+ <enum>QAbstractItemView::SingleSelection</enum>
+ </property>
+ </widget>
</item>
<item>
<widget class="QGroupBox" name="boxEffectiveness" >