Skip to content

Commit

Permalink
Merge pull request #445 from flowln/optimize_edit_instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex committed Nov 15, 2022
1 parent 4b2c7a8 commit 4c9859b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions launcher/ui/pages/instance/ExternalResourcesPage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
<item row="4" column="1" colspan="3">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="1">
<widget class="QLineEdit" name="filterEdit">
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="filterEdit"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="filterLabel">
Expand Down
6 changes: 1 addition & 5 deletions launcher/ui/pages/instance/VersionPage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@
<item>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="1">
<widget class="QLineEdit" name="filterEdit">
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="filterEdit"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="filterLabel">
Expand Down

0 comments on commit 4c9859b

Please sign in to comment.