fixed minor bug in testing
This commit is contained in:
committed by
borgmanJeremy
parent
1bf75693dd
commit
b531d2e0e8
@@ -34,7 +34,7 @@ QIcon SizeDecreaseTool::icon(const QColor& background, bool inEditor) const
|
||||
}
|
||||
QString SizeDecreaseTool::name() const
|
||||
{
|
||||
return tr("Increase Tool Size");
|
||||
return tr("Decrease Tool Size");
|
||||
}
|
||||
|
||||
ToolType SizeDecreaseTool::nameID() const
|
||||
|
||||
@@ -127,8 +127,8 @@ static std::map<CaptureToolButton::ButtonType, int> buttonTypeOrder
|
||||
{ CaptureToolButton::TYPE_EXIT, 17 }, { CaptureToolButton::TYPE_PIN, 18 },
|
||||
#endif
|
||||
|
||||
{ CaptureToolButton::TYPE_SIZEINCREASE, 20 },
|
||||
{ CaptureToolButton::TYPE_SIZEDECREASE, 21 },
|
||||
{ CaptureToolButton::TYPE_SIZEINCREASE, 20 },
|
||||
{ CaptureToolButton::TYPE_SIZEDECREASE, 21 },
|
||||
};
|
||||
|
||||
int CaptureToolButton::getPriorityByButton(CaptureToolButton::ButtonType b)
|
||||
|
||||
Reference in New Issue
Block a user