Skip to content

Commit

Permalink
Merge pull request PrismLauncher#2662 from Edgars-Cirulis/ui
Browse files Browse the repository at this point in the history
ui: swap timeoutSecondsLabel and numberOfManualRetriesLabel order
  • Loading branch information
Trial97 authored Jul 20, 2024
2 parents 0041d2a + fc2d013 commit 6352362
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions launcher/ui/pages/global/LauncherPage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -291,33 +291,33 @@
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="timeoutSecondsLabel">
<property name="toolTip">
<string>Seconds to wait until the requests are terminated</string>
</property>
<widget class="QLabel" name="numberOfManualRetriesLabel">
<property name="text">
<string>Timeout for HTTP requests</string>
<string>Number of manual retries</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="timeoutSecondsSpinBox">
<property name="suffix">
<string>s</string>
<widget class="QSpinBox" name="numberOfManualRetriesSpinBox">
<property name="minimum">
<number>0</number>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="numberOfManualRetriesLabel">
<widget class="QLabel" name="timeoutSecondsLabel">
<property name="toolTip">
<string>Seconds to wait until the requests are terminated</string>
</property>
<property name="text">
<string>Number of manual retries</string>
<string>Timeout for HTTP requests</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QSpinBox" name="numberOfManualRetriesSpinBox">
<property name="minimum">
<number>0</number>
<widget class="QSpinBox" name="timeoutSecondsSpinBox">
<property name="suffix">
<string>s</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 6352362

Please sign in to comment.