Rectangle DSH : change names or modes.

This commit is contained in:
Paddle
2023-11-06 10:55:44 +01:00
committed by abdullahtahiriyo
parent 5e9edfea73
commit e7ed8e295e

View File

@@ -1600,8 +1600,8 @@ template<>
void DSHRectangleController::configureToolWidget()
{
if (!init) { // Code to be executed only upon initialisation
QStringList names = {QStringLiteral("Diagonal corners"),
QStringLiteral("Center and corner"),
QStringList names = {QStringLiteral("Corner, length & width"),
QStringLiteral("Center, length & width"),
QStringLiteral("3 corners"),
QStringLiteral("Center and 2 corners")};
toolWidget->setComboboxElements(WCombobox::FirstCombo, names);