diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-17 03:04:59 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-17 03:04:59 -0500 |
| commit | 634825e1b8954753315e270ee4744575f14e6ac3 (patch) | |
| tree | 63994341038d470ec11101ffaf5c73fd3cffe4dd /src | |
| parent | 7688175c68c2f1ce85951173c0aa3e186587aa1f (diff) | |
Adjust mod info dialog, add tooltips, update old
Diffstat (limited to 'src')
| -rw-r--r-- | src/modinfodialog.ui | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index 9e9ba77b..20eb7c30 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -6,8 +6,8 @@ <rect>
<x>0</x>
<y>0</y>
- <width>720</width>
- <height>648</height>
+ <width>790</width>
+ <height>534</height>
</rect>
</property>
<property name="windowTitle">
@@ -238,7 +238,7 @@ <rect>
<x>0</x>
<y>0</y>
- <width>676</width>
+ <width>746</width>
<height>126</height>
</rect>
</property>
@@ -608,8 +608,8 @@ Most mods do not have optional esps, so chances are good you are looking at an e <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: </span><a href=" http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://skyrim.nexusmods.com/downloads/file.php?id=1334</span></a><a href="http://www.skyrimnexus.com/downloads/file.php?id=1334"><span style=" font-size:8pt; color:#000000;">. In this example, 1334 is the id you're looking for. Besides: The above is the link to Mod Organizer on the Nexus. Why not go there now and endorse?</span></a></p></body></html></string>
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: <a href=" https://www.nexusmods.com/skyrimspecialedition/mods/6194"><span style=" text-decoration: underline; color:#0000ff;">https://www.nexusmods.com/skyrimspecialedition/mods/6194</span></a>. In this example, 6194 is the id you're looking for. Besides: The above is the link to Mod Organizer2 on Nexus. Why not go there now and endorse us?</p></body></html></string>
</property>
</widget>
</item>
@@ -637,11 +637,14 @@ p, li { white-space: pre-wrap; } </widget>
</item>
<item>
- <widget class="QComboBox" name="sourceGameEdit">
- <property name="toolTip">
- <string>Mod ID for this mod on Nexus.</string>
- </property>
- </widget>
+ <widget class="QComboBox" name="sourceGameEdit">
+ <property name="toolTip">
+ <string>Source game for this mod.</string>
+ </property>
+ <property name="whatsThis">
+ <string><html><head/><body><p>Source game for this mod. This determines where the mod was downloaded from and decides where to fetch info, version updates, and send endorsements. Changing this will likely require you to enter a new Mod ID.</p></body></html></string>
+ </property>
+ </widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
|
