Skip to content

Commit

Permalink
Rename input fields for operational_percent_xxx
Browse files Browse the repository at this point in the history
To be consistent with param names, input field should be named as
`param_name_input`.
  • Loading branch information
bitphage committed May 5, 2019
1 parent 529899f commit 33d9fcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dexbot/views/ui/create_worker_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
</widget>
</item>
<item row="5" column="1">
<widget class="QDoubleSpinBox" name="operational_quote_input">
<widget class="QDoubleSpinBox" name="operational_percent_quote_input">
<property name="minimumSize">
<size>
<width>145</width>
Expand Down Expand Up @@ -850,7 +850,7 @@
</widget>
</item>
<item row="6" column="1">
<widget class="QDoubleSpinBox" name="operational_base_input">
<widget class="QDoubleSpinBox" name="operational_percent_base_input">
<property name="minimumSize">
<size>
<width>145</width>
Expand Down
6 changes: 3 additions & 3 deletions dexbot/views/ui/edit_worker_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>428</width>
<height>351</height>
<height>365</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -580,7 +580,7 @@
</widget>
</item>
<item row="7" column="1">
<widget class="QDoubleSpinBox" name="operational_quote_input">
<widget class="QDoubleSpinBox" name="operational_percent_quote_input">
<property name="minimumSize">
<size>
<width>145</width>
Expand Down Expand Up @@ -617,7 +617,7 @@
</widget>
</item>
<item row="8" column="1">
<widget class="QDoubleSpinBox" name="operational_base_input">
<widget class="QDoubleSpinBox" name="operational_percent_base_input">
<property name="minimumSize">
<size>
<width>145</width>
Expand Down

0 comments on commit 33d9fcd

Please sign in to comment.