Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
dalthviz and ccordoba12 authored Nov 24, 2023
1 parent fe95a40 commit 1787c7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qtawesome/icon_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def __init__(self):
# Filter section
self._comboFont = QtWidgets.QComboBox(self)
self._comboFont.setToolTip(
"Select the fonts prefix which icons will "
"be included in the filtering"
"Select the font prefix whose icons will "
"be included in the filtering."
)
self._comboFont.setMaximumWidth(75)
self._comboFont.addItems([ALL_COLLECTIONS] + sorted(fontMaps.keys()))
Expand All @@ -87,7 +87,7 @@ def __init__(self):

# Icon name section
self._nameField = QtWidgets.QLineEdit(self)
self._nameField.setToolTip(
self._nameField.setPlaceholderText(
"Full identifier of the currently selected icon"
)
self._nameField.setAlignment(QtCore.Qt.AlignCenter)
Expand Down

0 comments on commit 1787c7d

Please sign in to comment.