Skip to content

Commit

Permalink
Tweaked tooltip of button that unsets a color property
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 8, 2025
1 parent dd46702 commit 9d3dda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiled/propertiesview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ QWidget *ColorProperty::createEditor(QWidget *parent)

auto resetButton = new QToolButton(editor);
resetButton->setIcon(resetIcon);
resetButton->setToolTip(tr("Clear Color"));
resetButton->setToolTip(tr("Unset Color"));
resetButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::MinimumExpanding);
Utils::setThemeIcon(resetButton, "edit-clear");

Expand Down

0 comments on commit 9d3dda2

Please sign in to comment.