diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 13:21:48 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 13:21:48 -0400 |
| commit | d9a7ef636bc111f71de697caed89171335a5f3e3 (patch) | |
| tree | b9b33748885221f494b8e2dd73fd8f4264846cc1 /src/modinfodialog.ui | |
| parent | 4aa59cdc7dd779c7e864a1c4e96c6b52c61879ff (diff) | |
reordering tabs, then switching to a mod with a different tab set would discard the changes
comments, moving some stuff around
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index e54b94b3..5b559992 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -1260,7 +1260,7 @@ p, li { white-space: pre-wrap; } <item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <widget class="QPushButton" name="prevButton">
+ <widget class="QPushButton" name="previousMod">
<property name="text">
<string>Previous</string>
</property>
@@ -1270,7 +1270,7 @@ p, li { white-space: pre-wrap; } </widget>
</item>
<item>
- <widget class="QPushButton" name="nextButton">
+ <widget class="QPushButton" name="nextMod">
<property name="text">
<string>Next</string>
</property>
@@ -1293,7 +1293,7 @@ p, li { white-space: pre-wrap; } </spacer>
</item>
<item>
- <widget class="QPushButton" name="closeButton">
+ <widget class="QPushButton" name="close">
<property name="text">
<string>Close</string>
</property>
|
