made it more user frendly using a placeholdertext

This commit is contained in:
nosch
2026-02-26 14:21:26 +01:00
parent 2066c86001
commit e354ef50cf
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class FuzzySearchWindow(QtWidgets.QWidget): # should work everywhere
self.ignorekeys = ignorekeys
self.searchbox = QtWidgets.QLineEdit()
self.searchbox.placeholderText = "Search for a game"
self.searchbox.setPlaceholderText("Search for a game on Steamrip")
self.table = QtWidgets.QTableWidget()