Add ellipsis.

This commit is contained in:
Christian Speckner 2024-08-27 21:14:17 +02:00
parent ecad60d86c
commit a0873b627b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void CartridgeELFWidget::initialize()
WidgetArray wid;
auto* saveImageButton = new ButtonWidget(_boss, _font, x, y, "Save ARM image", SAVE_ARM_IMAGE_CMD);
auto* saveImageButton = new ButtonWidget(_boss, _font, x, y, "Save ARM image" + ELLIPSIS, SAVE_ARM_IMAGE_CMD);
saveImageButton->setTarget(this);
wid.push_back(saveImageButton);