Skip to content

Commit

Permalink
Remove extra search bars in FtbAppImport and Modrinth pages
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Oct 29, 2024
1 parent 04703d8 commit 0f33e12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
48 changes: 0 additions & 48 deletions launcher/ui/pages/modplatform/import_ftb/ImportFTBPage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -89,54 +89,6 @@
</item>
</layout>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="searchEdit">
<property name="placeholderText">
<string>Search and filter...</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Search</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="browseButton">
<property name="toolTip">
<string>Select FTBApp instances directory</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="viewfolder">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label">
<property name="text">
<string>Note: If your FTB instances are not in the default location, select it using the button next to search.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
Expand Down
18 changes: 0 additions & 18 deletions launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -85,24 +85,6 @@
</item>
</layout>
</item>
<item row="0" column="0">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="searchEdit">
<property name="placeholderText">
<string>Search and filter ...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="searchButton">
<property name="text">
<string>Search</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
Expand Down

0 comments on commit 0f33e12

Please sign in to comment.