diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-03-23 17:48:00 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-04-07 19:53:41 +0200 |
| commit | fd9eb032b6df5eafa89a60a515963ba7d4652f24 (patch) | |
| tree | b06915e96b57b2a04ac9883d0015320b1bfea0e4 /src/modinfodialog.ui | |
| parent | 5c39a762e68c3559438a622dbf747eb8bddec7ed (diff) | |
Added file preview in conflicts tab in the mod information dialog. The preview is not working for the lower file list for some reason but I left the setup of the context menu and all in case somebody else can figure out what I'm missing.
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index b5331424..05415445 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -489,6 +489,9 @@ Most mods do not have optional esps, so chances are good you are looking at an e </item>
<item>
<widget class="QTreeWidget" name="overwrittenTree">
+ <property name="contextMenuPolicy">
+ <enum>Qt::CustomContextMenu</enum>
+ </property>
<property name="textElideMode">
<enum>Qt::ElideLeft</enum>
</property>
@@ -498,6 +501,9 @@ Most mods do not have optional esps, so chances are good you are looking at an e <property name="animated">
<bool>true</bool>
</property>
+ <property name="columnCount">
+ <number>2</number>
+ </property>
<attribute name="headerDefaultSectionSize">
<number>365</number>
</attribute>
|
